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

Commit 7cf4a1e6 authored by RoboErik's avatar RoboErik Committed by Android Git Automerger
Browse files

am 594858c9: am 765ef814: am 5120438b: am 66bc433a: am cab05d54: Merge...

am 594858c9: am 765ef814: am 5120438b: am 66bc433a: am cab05d54: Merge "Disable MediaSessionLegacyHelper debugging" into lmp-dev

* commit '594858c9d5b7c93bb0c70928c27fb4381fcb0226':
  Disable MediaSessionLegacyHelper debugging
parents 92c622ef dc810db7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ import android.view.KeyEvent;
 */
public class MediaSessionLegacyHelper {
    private static final String TAG = "MediaSessionHelper";
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);

    private static final Object sLock = new Object();
    private static MediaSessionLegacyHelper sInstance;