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

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

Merge "MediaSessionService: Log more info on volume key event" into qt-dev

parents 60cc2ab6 4e602963
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -1489,8 +1489,10 @@ public class MediaSessionServiceImpl extends MediaSessionService.ServiceImpl {
            final long token = Binder.clearCallingIdentity();
            final long token = Binder.clearCallingIdentity();


            if (DEBUG_KEY_EVENT) {
            if (DEBUG_KEY_EVENT) {
                Log.d(TAG, "dispatchVolumeKeyEvent, pkg=" + packageName + ", pid=" + pid + ", uid="
                Log.d(TAG, "dispatchVolumeKeyEvent, pkg=" + packageName
                        + uid + ", asSystem=" + asSystemService + ", event=" + keyEvent);
                        + ", opPkg=" + opPackageName + ", pid=" + pid + ", uid=" + uid
                        + ", asSystem=" + asSystemService + ", event=" + keyEvent
                        + ", stream=" + stream + ", musicOnly=" + musicOnly);
            }
            }


            try {
            try {