am ecc0763e
: dumpstate: add logcat -b all -S
* commit 'ecc0763e6c96c418ea4ee6c993d58d16a58407b3': dumpstate: add logcat -b all -S
This commit is contained in:
commit
d213f5e7a4
@ -348,6 +348,8 @@ static void dumpstate() {
|
||||
}
|
||||
run_command("RADIO LOG", timeout / 1000, "logcat", "-b", "radio", "-v", "threadtime", "-d", "*:v", NULL);
|
||||
|
||||
run_command("LOG STATISTICS", 10, "logcat", "-b", "all", "-S", NULL);
|
||||
|
||||
/* show the traces we collected in main(), if that was done */
|
||||
if (dump_traces_path != NULL) {
|
||||
dump_file("VM TRACES JUST NOW", dump_traces_path);
|
||||
|
Loading…
Reference in New Issue
Block a user