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

Commit 5b179afb authored by RoboErik's avatar RoboErik Committed by Android (Google) Code Review
Browse files

Merge "Add extra logging for media button events"

parents 05ecfd30 e7b3c5e3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -742,6 +742,10 @@ public class MediaSessionService extends SystemService implements Monitor {
            final int pid = Binder.getCallingPid();
            final int uid = Binder.getCallingUid();
            final long token = Binder.clearCallingIdentity();
            if (DEBUG) {
                Log.d(TAG, "dispatchMediaKeyEvent, pid=" + pid + ", uid=" + uid + ", event="
                        + keyEvent);
            }

            try {
                synchronized (mLock) {