From 326e3e291a01b31df12fd33dd2f814a1ac61e2fe Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Sun, 15 Nov 2009 18:28:06 -0800 Subject: [PATCH] dumpstate: include the contents of the last radio log Signed-off-by: Iliyan Malchev --- cmds/dumpstate/dumpstate.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c index 642c943ffd368..d77d702bd5c69 100644 --- a/cmds/dumpstate/dumpstate.c +++ b/cmds/dumpstate/dumpstate.c @@ -113,6 +113,10 @@ static void dumpstate(int full) { DUMP("/data/system/uiderrors.txt"); dump_kernel_log("/data/dontpanic/last_kmsg", "LAST KMSG"); + + PRINT("------ LAST RADIO LOG ------"); + EXEC1("parse_radio_log", "/proc/last_radio_log"); + dump_kernel_log("/data/dontpanic/apanic_console", "PANIC CONSOLE"); dump_kernel_log("/data/dontpanic/apanic_threads",