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

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

am cab05d54: Merge "Disable MediaSessionLegacyHelper debugging" into lmp-dev

* commit 'cab05d54baa53bc542fa35f33e612f2c41746307':
  Disable MediaSessionLegacyHelper debugging
parents d787eae9 2b731e7b
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;