summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dima Zavin <dima@android.com> 2009-11-29 13:55:38 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2009-11-29 13:55:38 -0800
commitc92f3bcd556be6086aabcdcf437cc29c2ac605f6 (patch)
treeafc2fcee1a73ab186856c32e6efac369d6ab5841
parentbcf5a23bfa71e97df4946c8dffd2991ca8e68bf9 (diff)
parente11a1b4d1a57dd6f42171aca3a4edb71438cbad1 (diff)
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
-rw-r--r--cmds/dumpstate/dumpstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c
index 3a23b49d9429..5a485e4b991f 100644
--- a/cmds/dumpstate/dumpstate.c
+++ b/cmds/dumpstate/dumpstate.c
@@ -114,7 +114,7 @@ static void dumpstate(int full) {
PRINT("------ PACKAGE UID ERRORS ------");
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 ------");
EXEC1("parse_radio_log", "/proc/last_radio_log");