Skip to content

Commit e48440d

Browse files
jmtriviAndroid (Google) Code Review
authored andcommitted
Merge "Fix 5153611 remove remote control client/display log from AudioService" into ics-mr0
2 parents 23b80f0 + 7ff866e commit e48440d

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)