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

Commit 87f229b3 authored by Elliott Hughes's avatar Elliott Hughes Committed by Automerger Merge Worker
Browse files

Merge "dumpstate: stop including "LOG STATISTICS"." into main am: ab3bf02f...

Merge "dumpstate: stop including "LOG STATISTICS"." into main am: ab3bf02f am: ff97a010 am: bcbe2923

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2850110



Change-Id: I4900db6577ce4db703906e4b8260ddb01e560027
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 832c6af8 bcbe2923
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1035,8 +1035,6 @@ static void DoLogcat() {
        CommandOptions::WithTimeoutInMs(timeout_ms).Build(), true /* verbose_duration */);
    DoRadioLogcat();

    RunCommand("LOG STATISTICS", {"logcat", "-b", "all", "-S"});

    /* kernels must set CONFIG_PSTORE_PMSG, slice up pstore with device tree */
    RunCommand("LAST LOGCAT", {"logcat", "-L", "-b", "all", "-v", "threadtime", "-v", "printable",
                               "-v", "uid", "-d", "*:v"});