Add a missing newline in ServiceRecord dumpsys
Bug: n/a Test: dumpsys activity Change-Id: I8cec9e42a7f39489399428932979f0517fe778d4
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user