Merge "Revert "dumpstate: Add security log dump""

This commit is contained in:
Mark Salyzyn 2016-01-26 20:41:51 +00:00 committed by Gerrit Code Review
commit 316923d359

View file

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