Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd7f9963 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

Merge "Fix dump formatting." into pi-dev am: da224ff2

am: b5c2ed86

Change-Id: Ibfc1be2e66b68bd001f1bd276abc3a78a062fb00
parents 1ae59634 b5c2ed86
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -287,8 +287,10 @@ public class AppOpsService extends IAppOpsService.Stub {

            pw.print("    "); pw.print(KEY_TOP_STATE_SETTLE_TIME); pw.print("=");
            TimeUtils.formatDuration(TOP_STATE_SETTLE_TIME, pw);
            pw.println();
            pw.print("    "); pw.print(KEY_FG_SERVICE_STATE_SETTLE_TIME); pw.print("=");
            TimeUtils.formatDuration(FG_SERVICE_STATE_SETTLE_TIME, pw);
            pw.println();
            pw.print("    "); pw.print(KEY_BG_STATE_SETTLE_TIME); pw.print("=");
            TimeUtils.formatDuration(BG_STATE_SETTLE_TIME, pw);
            pw.println();