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

Commit 3983cf4b authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Clarify the format of foregroundServiceType in dumpsys.

Test: n/a
Flag: EXEMPT minor fix
Change-Id: If1766196ba858487464fd2fe2c0366176be97587
parent 12a0c012
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1005,7 +1005,7 @@ final class ServiceRecord extends Binder implements ComponentName.WithComponentN
        if (isForeground || foregroundId != 0) {
            pw.print(prefix); pw.print("isForeground="); pw.print(isForeground);
            pw.print(" foregroundId="); pw.print(foregroundId);
            pw.printf(" types=%08X", foregroundServiceType);
            pw.printf(" types=0x%08X", foregroundServiceType);
            pw.print(" foregroundNoti="); pw.println(foregroundNoti);

            if (isShortFgs() && mShortFgsInfo != null) {