Merge "Fix dump formatting." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
da224ff2cf
@@ -287,8 +287,10 @@ public class AppOpsService extends IAppOpsService.Stub {
|
|||||||
|
|
||||||
pw.print(" "); pw.print(KEY_TOP_STATE_SETTLE_TIME); pw.print("=");
|
pw.print(" "); pw.print(KEY_TOP_STATE_SETTLE_TIME); pw.print("=");
|
||||||
TimeUtils.formatDuration(TOP_STATE_SETTLE_TIME, pw);
|
TimeUtils.formatDuration(TOP_STATE_SETTLE_TIME, pw);
|
||||||
|
pw.println();
|
||||||
pw.print(" "); pw.print(KEY_FG_SERVICE_STATE_SETTLE_TIME); pw.print("=");
|
pw.print(" "); pw.print(KEY_FG_SERVICE_STATE_SETTLE_TIME); pw.print("=");
|
||||||
TimeUtils.formatDuration(FG_SERVICE_STATE_SETTLE_TIME, pw);
|
TimeUtils.formatDuration(FG_SERVICE_STATE_SETTLE_TIME, pw);
|
||||||
|
pw.println();
|
||||||
pw.print(" "); pw.print(KEY_BG_STATE_SETTLE_TIME); pw.print("=");
|
pw.print(" "); pw.print(KEY_BG_STATE_SETTLE_TIME); pw.print("=");
|
||||||
TimeUtils.formatDuration(BG_STATE_SETTLE_TIME, pw);
|
TimeUtils.formatDuration(BG_STATE_SETTLE_TIME, pw);
|
||||||
pw.println();
|
pw.println();
|
||||||
|
|||||||
Reference in New Issue
Block a user