am e11a1b4d: am f817218e: dumpstate: Pick up the last kernel log from /proc

Merge commit 'e11a1b4d1a57dd6f42171aca3a4edb71438cbad1' into eclair-mr2-plus-aosp

* commit 'e11a1b4d1a57dd6f42171aca3a4edb71438cbad1':
  dumpstate: Pick up the last kernel log from /proc
This commit is contained in:
Dima Zavin
2009-11-29 13:55:38 -08:00
committed by Android Git Automerger

View File

@@ -114,7 +114,7 @@ static void dumpstate(int full) {
PRINT("------ PACKAGE UID ERRORS ------"); PRINT("------ PACKAGE UID ERRORS ------");
DUMP("/data/system/uiderrors.txt"); DUMP("/data/system/uiderrors.txt");
dump_kernel_log("/data/dontpanic/last_kmsg", "LAST KMSG"); dump_kernel_log("/proc/last_kmsg", "LAST KMSG");
PRINT("------ LAST RADIO LOG ------"); PRINT("------ LAST RADIO LOG ------");
EXEC1("parse_radio_log", "/proc/last_radio_log"); EXEC1("parse_radio_log", "/proc/last_radio_log");