diff options
| author | 2018-10-03 15:35:56 +0000 | |
|---|---|---|
| committer | 2018-10-03 15:35:56 +0000 | |
| commit | cd1ce760e8109eb91ce9d3e91fdaabb866262045 (patch) | |
| tree | d0439eff72350a5b4d87b2c25cae01728806222b | |
| parent | a45f6e6c2f2597c250c20dbda6d74d582772d5a5 (diff) | |
| parent | c6e6ea79e1d6b3c430b3eab00da3c44e39db69e8 (diff) | |
Merge "Bugreport: Fix SystemUI service from being dumped twice 2/2"
| -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 53bd851281..17bb7c3ed6 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1337,7 +1337,7 @@ static void dumpstate() { printf("== Running Application Services (platform)\n"); printf("========================================================\n"); - RunDumpsys("APP SERVICES PLATFORM", {"activity", "service", "all-platform"}, + RunDumpsys("APP SERVICES PLATFORM", {"activity", "service", "all-platform-non-critical"}, DUMPSYS_COMPONENTS_OPTIONS); printf("========================================================\n"); |