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

Commit 93489379 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clarify the format of foregroundServiceType in dumpsys." into main

parents 307b3f85 3983cf4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1005,7 +1005,7 @@ final class ServiceRecord extends Binder implements ComponentName.WithComponentN
        if (isForeground || foregroundId != 0) {
        if (isForeground || foregroundId != 0) {
            pw.print(prefix); pw.print("isForeground="); pw.print(isForeground);
            pw.print(prefix); pw.print("isForeground="); pw.print(isForeground);
            pw.print(" foregroundId="); pw.print(foregroundId);
            pw.print(" foregroundId="); pw.print(foregroundId);
            pw.printf(" types=%08X", foregroundServiceType);
            pw.printf(" types=0x%08X", foregroundServiceType);
            pw.print(" foregroundNoti="); pw.println(foregroundNoti);
            pw.print(" foregroundNoti="); pw.println(foregroundNoti);


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