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

Commit e26794d9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AudioService: increase audio device connection log history" into main

parents c5bfd4aa ab78a853
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12598,7 +12598,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 = 50;
    static final int LOG_NB_EVENTS_DEVICE_CONNECTION = 200;
    static final int LOG_NB_EVENTS_FORCE_USE = 20;
    static final int LOG_NB_EVENTS_VOLUME = 100;
    static final int LOG_NB_EVENTS_DYN_POLICY = 10;