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

Commit f787fac1 authored by Hyundo Moon's avatar Hyundo Moon Committed by android-build-merger
Browse files

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

am: db54f27d

Change-Id: I3ab37e85f2906595a82c48b6775f90767e32de3c
parents d761fe8e db54f27d
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1489,8 +1489,10 @@ public class MediaSessionServiceImpl extends MediaSessionService.ServiceImpl {
            final long token = Binder.clearCallingIdentity();

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

            try {