Skip to content

Commit 7ff866e

Browse files
committed
Fix 5153611 remove remote control client/display log from AudioService
Do not log debug messages for the RemoteControlClient and IRemoteControlDisplay related features. Change-Id: I81bfeec1770f81b78b679dc03fb40806393b170a
1 parent 0c265c8 commit 7ff866e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

media/java/android/media/AudioService.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ public class AudioService extends IAudioService.Stub {
8585
private static final String TAG = "AudioService";
8686

8787
/** Debug remote control client/display feature */
88-
// TODO set to false before release
89-
protected static final boolean DEBUG_RC = true;
88+
protected static final boolean DEBUG_RC = false;
9089

9190
/** How long to delay before persisting a change in volume/ringer mode. */
9291
private static final int PERSIST_DELAY = 3000;

0 commit comments

Comments
 (0)