dumpstate: include the contents of the last radio log

Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
Iliyan Malchev
2009-11-15 18:28:06 -08:00
parent 521d400b23
commit 326e3e291a

View File

@ -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",