Merge "dumpstate: scrub APANIC"
This commit is contained in:
commit
ad436ab54a
@ -238,9 +238,6 @@ static void dumpstate() {
|
|||||||
dump_file("LAST KMSG", "/proc/last_kmsg");
|
dump_file("LAST KMSG", "/proc/last_kmsg");
|
||||||
}
|
}
|
||||||
|
|
||||||
dump_file("LAST PANIC CONSOLE", "/data/dontpanic/apanic_console");
|
|
||||||
dump_file("LAST PANIC THREADS", "/data/dontpanic/apanic_threads");
|
|
||||||
|
|
||||||
/* kernels must set CONFIG_PSTORE_PMSG, slice up pstore with device tree */
|
/* kernels must set CONFIG_PSTORE_PMSG, slice up pstore with device tree */
|
||||||
run_command("LAST LOGCAT", 10, "logcat", "-L", "-v", "threadtime",
|
run_command("LAST LOGCAT", 10, "logcat", "-L", "-v", "threadtime",
|
||||||
"-b", "all", "-d", "*:v", NULL);
|
"-b", "all", "-d", "*:v", NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user