am 8c9e1a4f: am 1339614e: Merge change 22839 into eclair

Merge commit '8c9e1a4fc4b6585ce96451b36a7253812c1b80ae'

* commit '8c9e1a4fc4b6585ce96451b36a7253812c1b80ae':
  dumpstate: Get last_kmsg from /data instead of /proc.
This commit is contained in:
San Mehat
2009-08-26 17:15:28 -07:00
committed by Android Git Automerger

View File

@@ -102,7 +102,7 @@ static void dumpstate(int full) {
PRINT("------ PACKAGE UID ERRORS ------");
DUMP("/data/system/uiderrors.txt");
PRINT("------ LAST KERNEL LOG ------");
DUMP("/proc/last_kmsg");
DUMP("/data/last_kmsg");
}
PRINT("========================================================");
PRINT("== build.prop");