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

Commit 8c528366 authored by Julia Bibik's avatar Julia Bibik Committed by Android (Google) Code Review
Browse files

Merge "Add callingPackageName to abandonAudioFocus() log" into main

parents 02aebb42 464510d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1302,7 +1302,7 @@ public class MediaFocusControl implements PlayerFocusEnforcer {
        mEventLogger.enqueue((new EventLogger.StringEvent(
                "abandonAudioFocus() from uid/pid " + Binder.getCallingUid()
                    + "/" + Binder.getCallingPid()
                    + " clientId=" + clientId))
                    + " clientId=" + clientId + " callingPack=" + callingPackageName))
                .printLog(TAG));
        try {
            // this will take care of notifying the new focus owner if needed