Updating bugreport to dump only visible activities.

- With ag/1947868, all activities will be dumped regardless of their
  visibility unless otherwise specified.

Bug: 35850518
Test: Take bugreport, ensure that only visible activitys are dumped
Change-Id: Ifc352989173ec538bd0876d6a13d4af2302ebebb
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp
index 3c019ac..aa5e970 100644
--- a/cmds/dumpstate/dumpstate.cpp
+++ b/cmds/dumpstate/dumpstate.cpp
@@ -1128,7 +1128,7 @@
     printf("== Running Application Activities\n");
     printf("========================================================\n");
 
-    RunDumpsys("APP ACTIVITIES", {"activity", "all"});
+    RunDumpsys("APP ACTIVITIES", {"activity", "-v", "all"});
 
     printf("========================================================\n");
     printf("== Running Application Services\n");