Merge "Add a missing newline in ServiceRecord dumpsys" into udc-dev
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