summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2009-11-29 13:51:14 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-29 13:51:14 -0800
commite11a1b4d1a57dd6f42171aca3a4edb71438cbad1 (patch)
tree19d13bbb4f48e76c652b572dab37e37081f4902a /cmds
parent331c7788a84fc6f625ac1bafbb33cf7da1116407 (diff)
parentf817218e09a556f20efc81309ba2cdb3475a370b (diff)
downloadframeworks_base-e11a1b4d1a57dd6f42171aca3a4edb71438cbad1.zip
frameworks_base-e11a1b4d1a57dd6f42171aca3a4edb71438cbad1.tar.gz
frameworks_base-e11a1b4d1a57dd6f42171aca3a4edb71438cbad1.tar.bz2
am f817218e: dumpstate: Pick up the last kernel log from /proc
Merge commit 'f817218e09a556f20efc81309ba2cdb3475a370b' into eclair-mr2 * commit 'f817218e09a556f20efc81309ba2cdb3475a370b': dumpstate: Pick up the last kernel log from /proc
Diffstat (limited to 'cmds')
-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 3a23b49..5a485e4 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");