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

Commit ba2d5d1e authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Presubmit Automerger Backend
Browse files

[automerge] AudioService: increase log size of device connection history 2p: 8313dd01

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17707137

Bug: 193712619
Change-Id: I25120970f68287bf6c65991b8dbe6e1e743f71a0
parents 13013b7d 8313dd01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9712,7 +9712,7 @@ public class AudioService extends IAudioService.Stub
    //==========================================================================================
    static final int LOG_NB_EVENTS_LIFECYCLE = 20;
    static final int LOG_NB_EVENTS_PHONE_STATE = 20;
    static final int LOG_NB_EVENTS_DEVICE_CONNECTION = 30;
    static final int LOG_NB_EVENTS_DEVICE_CONNECTION = 50;
    static final int LOG_NB_EVENTS_FORCE_USE = 20;
    static final int LOG_NB_EVENTS_VOLUME = 40;
    static final int LOG_NB_EVENTS_DYN_POLICY = 10;