AudioService: increase log size of device connection history
Increase from 30 to 50 events Bug: 193712619 Test: adb shell dumpsys audio | grep -A 51 "hearing aid device connection" Change-Id: I4d5e9829103ec898fa86c36209d9b6ce0ec7d35b
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user