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

Commit b94d82f4 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix dump formatting.

Bug: 78480444
Test: manual
Change-Id: Ic16411458f952ed101be72997e48a86afe2a03b2
parent 8776299e
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();