Add a missing newline in ServiceRecord dumpsys

Bug: n/a
Test: dumpsys activity
Change-Id: I8cec9e42a7f39489399428932979f0517fe778d4
This commit is contained in:
Makoto Onuki
2023-04-27 14:04:37 -07:00
parent 0209aeede5
commit 638b9d1a48

View File

@@ -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);