am bb67beca
: Merge "dumpstate: add pstore read"
* commit 'bb67beca35e7d570ede193a316a92022fbc2f810': dumpstate: add pstore read
This commit is contained in:
commit
2f655daeea
@ -239,6 +239,10 @@ static void dumpstate() {
|
||||
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 */
|
||||
run_command("LAST LOGCAT", 10, "logcat", "-L", "-v", "threadtime",
|
||||
"-b", "all", "-d", "*:v", NULL);
|
||||
|
||||
for_each_userid(do_dump_settings, NULL);
|
||||
|
||||
/* The following have a tendency to get wedged when wifi drivers/fw goes belly-up. */
|
||||
|
Loading…
Reference in New Issue
Block a user