am e48440d5: Merge "Fix 5153611 remove remote control client/display log from AudioService" into ics-mr0

* commit 'e48440d59a52c0f13166da2fd32023356d9215d9':
  Fix 5153611 remove remote control client/display log from AudioService
This commit is contained in:
Jean-Michel Trivi
2011-10-14 08:46:08 -07:00
committed by Android Git Automerger

View File

@@ -85,8 +85,7 @@ public class AudioService extends IAudioService.Stub {
private static final String TAG = "AudioService";
/** Debug remote control client/display feature */
// TODO set to false before release
protected static final boolean DEBUG_RC = true;
protected static final boolean DEBUG_RC = false;
/** How long to delay before persisting a change in volume/ringer mode. */
private static final int PERSIST_DELAY = 3000;