am cab05d54: Merge "Disable MediaSessionLegacyHelper debugging" into lmp-dev
* commit 'cab05d54baa53bc542fa35f33e612f2c41746307': Disable MediaSessionLegacyHelper debugging
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user