Revert "Add Winscope report to the bugreport when using continuous mode"

This reverts commit bc73f5278bcceabf26d9c2e36ab167b5e041f2b9.

Reason for revert: We opted to add this functionality in the critical section of the WM dump, to prevent the buffer from diverging from the current state

Change-Id: I6c0dd4d380a9243c80bd5fa7e768756b7e1de426
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp
index d3e0b93..dc3faa0 100644
--- a/cmds/dumpstate/dumpstate.cpp
+++ b/cmds/dumpstate/dumpstate.cpp
@@ -1331,7 +1331,6 @@
     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);