summaryrefslogtreecommitdiff
path: root/cmds/dumpstate/dumpstate.cpp
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2023-11-29 19:52:22 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-11-29 19:52:22 +0000
commitff97a010410c6892f67d3ba929a634ff92459818 (patch)
tree6b8ae857c21dcf7e2433b5a589cd14f39d328b1f /cmds/dumpstate/dumpstate.cpp
parent36f1b9aaa9e4014ff55bcbd253c589c124dfbacd (diff)
parentab3bf02fe0646c056024b306ab475614adeaab28 (diff)
Merge "dumpstate: stop including "LOG STATISTICS"." into main am: ab3bf02fe0
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2850110 Change-Id: Idcccb7fbf15b83dc610ffdc571ffc3311b8280e9 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.cpp2
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"});