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

Commit 638b9d1a authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Add a missing newline in ServiceRecord dumpsys

Bug: n/a
Test: dumpsys activity
Change-Id: I8cec9e42a7f39489399428932979f0517fe778d4
parent 0209aeed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -643,6 +643,7 @@ final class ServiceRecord extends Binder implements ComponentName.WithComponentN

        pw.print(prefix); pw.print("lastUntrustedSetFgsRestrictionAllowedTime=");
        TimeUtils.formatDuration(mLastUntrustedSetFgsRestrictionAllowedTime, now, pw);
        pw.println();

        if (delayed) {
            pw.print(prefix); pw.print("delayed="); pw.println(delayed);