Update to follow procstats options changes.
Change-Id: I6f016c944cfcd01bbbcf3cf37bc7ff05482f0012
This commit is contained in:
parent
2ed0fe59b4
commit
5cd46aa339
@ -284,8 +284,7 @@ static void dumpstate() {
|
||||
run_command("CHECKIN BATTERYSTATS", 30, "dumpsys", "batterystats", "--checkin", NULL);
|
||||
run_command("CHECKIN MEMINFO", 30, "dumpsys", "meminfo", "--checkin", NULL);
|
||||
run_command("CHECKIN NETSTATS", 30, "dumpsys", "netstats", "--checkin", NULL);
|
||||
run_command("CHECKIN PROCSTATS", 30, "dumpsys", "procstats", "-c",
|
||||
"--include-committed", NULL);
|
||||
run_command("CHECKIN PROCSTATS", 30, "dumpsys", "procstats", "-c", NULL);
|
||||
run_command("CHECKIN USAGESTATS", 30, "dumpsys", "usagestats", "--c", NULL);
|
||||
|
||||
printf("========================================================\n");
|
||||
|
Loading…
Reference in New Issue
Block a user