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

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

Merge changes from topic "presubmit-am-bbb2e523b7474f5fbf50acf046224c89" into tm-mainline-prod

* changes:
  [automerge] AudioService: increase log size of device connection history 2p: 8313dd01
  AudioService: increase log size of device connection history
parents 58e0a7cd ba2d5d1e
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;