summaryrefslogtreecommitdiff
path: root/cmds/dumpstate
diff options
context:
space:
mode:
author Junda Liu <junda@google.com> 2016-06-14 00:09:10 -0700
committer Junda Liu <junda@google.com> 2016-06-14 00:09:10 -0700
commitcfc33d41c856bee305d2e73c6ca02fb0f8fbb6af (patch)
tree791d64f0f48bf152a9c91b5b6d808493ea27f2de /cmds/dumpstate
parent4931fb298e076212981b2acae6752743d7340f02 (diff)
Fix typo in dump cmd line.
Bug: b/29342758 Change-Id: Ic9ac15a2ade08a2cd21721721af357aa75a35ca5
Diffstat (limited to 'cmds/dumpstate')
-rw-r--r--cmds/dumpstate/dumpstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp
index a67d204b56..41e7aa5c43 100644
--- a/cmds/dumpstate/dumpstate.cpp
+++ b/cmds/dumpstate/dumpstate.cpp
@@ -955,7 +955,7 @@ static void dumpstate(const std::string& screenshot_path, const std::string& ver
printf("== Running Application Providers\n");
printf("========================================================\n");
- run_command("APP SERVICES", 30, "dumpsys", "-t", "30", "activity", "provider", "all", NULL);
+ run_command("APP PROVIDERS", 30, "dumpsys", "-t", "30", "activity", "provider", "all", NULL);
printf("========================================================\n");