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

Commit 464510d7 authored by Julia Bibik's avatar Julia Bibik
Browse files

Add callingPackageName to abandonAudioFocus() log

Flag: EXEMPT log only update
Change-Id: I171ba0d58016c04b99cd840f4c8f92acf68cdb9a
parent 36a651cb
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