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

Commit 43afe5d0 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

Revert "dumpstate: Add security log dump"

This reverts commit c7ad8cb8.

Bug: 26029733
Change-Id: I0c61f4d2c0aa9e07c6cc7b190d803e98c3a98d40
parent 695d4894
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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",