diff options
| author | 2017-02-28 17:09:24 -0800 | |
|---|---|---|
| committer | 2017-02-28 17:09:24 -0800 | |
| commit | 1434a5ccf5fa91f20f8f145ecdc4303a03cf3a17 (patch) | |
| tree | 10d9a19f5c7a74e0a5106803ec403b2db150a0f0 /cmds/dumpstate/dumpstate.cpp | |
| parent | ff192d371df0c239a973e2bd42d88aac32c9b7e3 (diff) | |
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
Diffstat (limited to 'cmds/dumpstate/dumpstate.cpp')
| -rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 3c019ac29e..aa5e970930 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1128,7 +1128,7 @@ static void dumpstate() { 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"); |