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

Commit f1427cee authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Add package name and user id to logging

Bug: 205124386
Test: Manually using zoom
Change-Id: I22d7318cf4392106459edb5d318d88c1ef668f74
parent 13e29dc0
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -268,7 +268,14 @@ public class MediaSessionService extends SystemService implements Monitor {
            }
            if (record.isSystemPriority()) {
                if (DEBUG_KEY_EVENT) {
                    Log.d(TAG, "Global priority session is updated, active=" + record.isActive());
                    Log.d(
                            TAG,
                            "Global priority session updated - user id="
                                    + record.getUserId()
                                    + " package="
                                    + record.getPackageName()
                                    + " active="
                                    + record.isActive());
                }
                user.pushAddressedPlayerChangedLocked();
            } else {