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

Commit 4ad2d08e authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Add a missing newline in ServiceRecord dumpsys" into udc-dev

parents ac96dd6e 638b9d1a
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);