Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 876de450 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "Revert "dumpstate: Add security log dump"" am: 316923d3

am: fd0d7673

* commit 'fd0d7673':
  Revert "dumpstate: Add security log dump"
parents 1b2ef80e fd0d7673
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -466,12 +466,11 @@ static void dumpstate(const std::string& screenshot_path) {
                                                        "-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",