summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2009-11-29 13:50:27 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-29 13:50:27 -0800
commita615139dc33968e2ef69073cc925217879569db4 (patch)
treeee7d408018e69998ba3e4a91abcde9358dd360ba
parent0f53c79d27155b2209e59481cf431c07f53de93e (diff)
parentf817218e09a556f20efc81309ba2cdb3475a370b (diff)
downloadframeworks_base-a615139dc33968e2ef69073cc925217879569db4.zip
frameworks_base-a615139dc33968e2ef69073cc925217879569db4.tar.gz
frameworks_base-a615139dc33968e2ef69073cc925217879569db4.tar.bz2
am f817218e: dumpstate: Pick up the last kernel log from /proc
Merge commit 'f817218e09a556f20efc81309ba2cdb3475a370b' into eclair-plus-aosp * commit 'f817218e09a556f20efc81309ba2cdb3475a370b': 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 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");