diff options
| author | 2009-11-29 13:55:38 -0800 | |
|---|---|---|
| committer | 2009-11-29 13:55:38 -0800 | |
| commit | c92f3bcd556be6086aabcdcf437cc29c2ac605f6 (patch) | |
| tree | afc2fcee1a73ab186856c32e6efac369d6ab5841 | |
| parent | bcf5a23bfa71e97df4946c8dffd2991ca8e68bf9 (diff) | |
| parent | e11a1b4d1a57dd6f42171aca3a4edb71438cbad1 (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.c | 2 |
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"); |