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

Commit 414b74c5 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android Git Automerger
Browse files

am e48440d5: Merge "Fix 5153611 remove remote control client/display log from...

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

* commit 'e48440d5':
  Fix 5153611 remove remote control client/display log from AudioService
parents 772158a5 e48440d5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;