diff options
author | 2023-11-29 20:22:57 +0000 | |
---|---|---|
committer | 2023-11-29 20:22:57 +0000 | |
commit | bcbe29230ead45e6a86d65d1174b3990e07fbbed (patch) | |
tree | d8a5805b994f786463124ee86c1f50f3ecfd469e /cmds/dumpstate/dumpstate.cpp | |
parent | adbdf5dbe78236196700b0475a46e195955b2517 (diff) | |
parent | ff97a010410c6892f67d3ba929a634ff92459818 (diff) |
Merge "dumpstate: stop including "LOG STATISTICS"." into main am: ab3bf02fe0 am: ff97a01041
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2850110
Change-Id: I4d6fac083d4ef0bd50e259b8949b543903f480ed
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'cmds/dumpstate/dumpstate.cpp')
-rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 36d8cb61db..408b926ea7 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1034,8 +1034,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"}); |