Merge "Revert "dumpstate: Add security log dump""
This commit is contained in:
commit
316923d359
1 changed files with 1 additions and 2 deletions
|
@ -340,12 +340,11 @@ static void dumpstate() {
|
|||
"-v", "printable",
|
||||
"-d",
|
||||
"*:v", NULL);
|
||||
timeout = logcat_timeout("events") + logcat_timeout("security");
|
||||
timeout = logcat_timeout("events");
|
||||
if (timeout < 20000) {
|
||||
timeout = 20000;
|
||||
}
|
||||
run_command("EVENT LOG", timeout / 1000, "logcat", "-b", "events",
|
||||
"-b", "security",
|
||||
"-v", "threadtime",
|
||||
"-v", "printable",
|
||||
"-d",
|
||||
|
|
Loading…
Reference in a new issue