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

Commit 848d66e0 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android (Google) Code Review
Browse files

Merge "AudioSystem: disable verbose volume logging"

parents 175505e5 44abe2cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ import java.util.Map;
 */
public class AudioSystem
{
    private static final boolean DEBUG_VOLUME = true;
    private static final boolean DEBUG_VOLUME = false;

    private static final String TAG = "AudioSystem";
    /* These values must be kept in sync with system/audio.h */
+1 −1
Original line number Diff line number Diff line
@@ -5801,7 +5801,7 @@ public class AudioService extends IAudioService.Stub
    // - wired: logged before onSetWiredDeviceConnectionState() is executed
    // - A2DP: logged at reception of method call
    /*package*/ static final AudioEventLogger sDeviceLogger = new AudioEventLogger(
            LOG_NB_EVENTS_DEVICE_CONNECTION, "wired/A2DP/hearing aid device connection BLABLI");
            LOG_NB_EVENTS_DEVICE_CONNECTION, "wired/A2DP/hearing aid device connection");

    static final AudioEventLogger sForceUseLogger = new AudioEventLogger(
            LOG_NB_EVENTS_FORCE_USE,