diff options
| author | 2016-03-03 03:09:23 +0000 | |
|---|---|---|
| committer | 2016-03-03 03:09:23 +0000 | |
| commit | 2cdf03fe3547e4d30f46463bca1bfe4e0a54ee04 (patch) | |
| tree | ff9faff59d1c46efa9b8e3197671779ffb556f43 | |
| parent | 8d6edc3270616b119645fbdf8752c0ea37de0731 (diff) | |
| parent | 07d37ffb67770e6086c2d9e4d0fb2578820d85dc (diff) | |
Merge "add configuration knob for WifiLogger ringbuffers" into mm-wireless-dev
| -rw-r--r-- | core/res/res/values/config.xml | 3 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 24d2497da6bb..5da580ab066b 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -409,6 +409,9 @@ <!-- Boolean indicating whether or not wifi firmware debugging is enabled --> <bool translatable="false" name="config_wifi_enable_wifi_firmware_debugging">true</bool> + <!-- Integer size limit, in KB, for a single WifiLogger ringbuffer --> + <integer translatable="false" name="config_wifi_logger_ring_buffer_size_limit_kb">32</integer> + <!-- Boolean indicating whether or not wifi should turn off when emergency call is made --> <bool translatable="false" name="config_wifi_turn_off_during_emergency_call">false</bool> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 885b80a2ada4..ff588ddecabd 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -308,6 +308,7 @@ <java-symbol type="bool" name="config_wifi_enable_5GHz_preference" /> <java-symbol type="bool" name="config_wifi_revert_country_code_on_cellular_loss" /> <java-symbol type="bool" name="config_wifi_enable_wifi_firmware_debugging" /> + <java-symbol type="integer" name="config_wifi_logger_ring_buffer_size_limit_kb" /> <java-symbol type="bool" name="config_wifi_turn_off_during_emergency_call" /> <java-symbol type="bool" name="config_supportMicNearUltrasound" /> <java-symbol type="bool" name="config_supportSpeakerNearUltrasound" /> |