Loading cmds/dumpstate/dumpstate.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -347,11 +347,12 @@ static void dumpstate(const std::string& screenshot_path) { "-v", "printable", "-d", "*:v", NULL); timeout = logcat_timeout("events"); timeout = logcat_timeout("events") + logcat_timeout("security"); if (timeout < 20000) { timeout = 20000; } run_command("EVENT LOG", timeout / 1000, "logcat", "-b", "events", "-b", "security", "-v", "threadtime", "-v", "printable", "-d", Loading Loading
cmds/dumpstate/dumpstate.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -347,11 +347,12 @@ static void dumpstate(const std::string& screenshot_path) { "-v", "printable", "-d", "*:v", NULL); timeout = logcat_timeout("events"); timeout = logcat_timeout("events") + logcat_timeout("security"); if (timeout < 20000) { timeout = 20000; } run_command("EVENT LOG", timeout / 1000, "logcat", "-b", "events", "-b", "security", "-v", "threadtime", "-v", "printable", "-d", Loading