diff options
author | Ashish Sharma <ashishsharma@google.com> | 2015-04-29 02:37:06 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-04-29 02:37:07 +0000 |
commit | c31b850ee6994394fea1448f244db867817465ed (patch) | |
tree | 0edb45aeffa403fd75e863e91d7bfe09c984f59e /cmds | |
parent | 800b41ab8486b9d885124071659c774f6c1856e2 (diff) | |
parent | 8b3e133e413774047da8005771f57c21dd31e1e3 (diff) | |
download | frameworks_native-c31b850ee6994394fea1448f244db867817465ed.zip frameworks_native-c31b850ee6994394fea1448f244db867817465ed.tar.gz frameworks_native-c31b850ee6994394fea1448f244db867817465ed.tar.bz2 |
Merge "Inclide checkin format of dumpsys package in bugreport." into mnc-dev
Diffstat (limited to 'cmds')
-rw-r--r-- | cmds/dumpstate/dumpstate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c index 5fa437a..7668a6c 100644 --- a/cmds/dumpstate/dumpstate.c +++ b/cmds/dumpstate/dumpstate.c @@ -360,6 +360,7 @@ static void dumpstate() { run_command("CHECKIN NETSTATS", 30, "dumpsys", "netstats", "--checkin", NULL); run_command("CHECKIN PROCSTATS", 30, "dumpsys", "procstats", "-c", NULL); run_command("CHECKIN USAGESTATS", 30, "dumpsys", "usagestats", "-c", NULL); + run_command("CHECKIN PACKAGE", 30, "dumpsys", "package", "--checkin", NULL); printf("========================================================\n"); printf("== Running Application Activities\n"); |