add configuration knob for WifiLogger ringbuffers

Different builds may want to allow more or less memory
for WifiLogger ringbuffers. Provide a configuration
knob, accordingly.

BUG=27264418
TEST=build

Change-Id: I7c9dd2d061f760105995525e6b0d9edd22d7bd92
This commit is contained in:
mukesh agrawal
2016-03-01 17:33:43 -08:00
parent b9df11099f
commit 07d37ffb67
2 changed files with 4 additions and 0 deletions

View File

@@ -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>

View File

@@ -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" />