summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-04-16 15:57:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-04-16 15:57:26 +0000
commitd39a2efd0cf44eeb227dd8a2c6189fb5171f5db3 (patch)
tree72ac4eb35d38eeeed1cc78ee7c932c4c29f78f02
parent2a869ba55f434b4c069016c1d2e0a6d00b00a180 (diff)
parent589de69898acc58b9dcf9a91199696fde0894d77 (diff)
downloadnative-d39a2efd0cf44eeb227dd8a2c6189fb5171f5db3.tar.gz
Merge "Revert "Add Winscope report to the bugreport when using continuous mode""
-rw-r--r--cmds/dumpstate/dumpstate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp
index bce2edb6f8..898aa9eb5a 100644
--- a/cmds/dumpstate/dumpstate.cpp
+++ b/cmds/dumpstate/dumpstate.cpp
@@ -1397,7 +1397,6 @@ static Dumpstate::RunStatus dumpstate() {
DumpFile("BINDER STATS", "/sys/kernel/debug/binder/stats");
DumpFile("BINDER STATE", "/sys/kernel/debug/binder/state");
- RunDumpsys("WINSCOPE TRACE", {"window", "trace"});
/* Add window and surface trace files. */
if (!PropertiesHelper::IsUserBuild()) {
ds.AddDir(WMTRACE_DATA_DIR, false);