Merge "More work on procstats: save/restore state, fixes."
This commit is contained in:
committed by
Android (Google) Code Review
commit
f406e23012
@@ -2205,6 +2205,8 @@ public class ActivityManager {
|
||||
pw.println();
|
||||
dumpService(pw, fd, "procstats", new String[] { packageName });
|
||||
pw.println();
|
||||
dumpService(pw, fd, "usagestats", new String[] { "--packages", packageName });
|
||||
pw.println();
|
||||
dumpService(pw, fd, "package", new String[] { packageName });
|
||||
pw.println();
|
||||
dumpService(pw, fd, BatteryStats.SERVICE_NAME, new String[] { packageName });
|
||||
|
||||
@@ -613,7 +613,6 @@ public final class BatteryStatsImpl extends BatteryStats {
|
||||
* Constructs from a parcel.
|
||||
* @param type
|
||||
* @param unpluggables
|
||||
* @param powerType
|
||||
* @param in
|
||||
*/
|
||||
Timer(int type, ArrayList<Unpluggable> unpluggables, Parcel in) {
|
||||
|
||||
Reference in New Issue
Block a user