OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9c4971
)
Inclide checkin format of dumpsys package in bugreport.
author
Ashish Sharma
<ashishsharma@google.com>
Tue, 28 Apr 2015 20:32:54 +0000
(13:32 -0700)
committer
Ashish Sharma
<ashishsharma@google.com>
Tue, 28 Apr 2015 20:32:54 +0000
(13:32 -0700)
Change-Id: I809377f80e314b358eba22fa916e53c81cac2c47
cmds/dumpstate/dumpstate.c
patch
|
blob
|
history
diff --git
a/cmds/dumpstate/dumpstate.c
b/cmds/dumpstate/dumpstate.c
index
5fa437a
..
7668a6c
100644
(file)
--- 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");