diff options
author | Vinit Deshpande <vinitd@google.com> | 2015-09-23 16:51:52 -0700 |
---|---|---|
committer | Vinit Deshpande <vinitd@google.com> | 2015-09-23 16:57:18 -0700 |
commit | 4b3634513b397de6ed78125fb99023c3f99a54d6 (patch) | |
tree | 2b8878e69244be59a03c1f9137d68106e0341356 /core | |
parent | 7aa79efe80b790eef61ac355c0ce6c7b606e6f78 (diff) | |
download | frameworks_base-4b3634513b397de6ed78125fb99023c3f99a54d6.zip frameworks_base-4b3634513b397de6ed78125fb99023c3f99a54d6.tar.gz frameworks_base-4b3634513b397de6ed78125fb99023c3f99a54d6.tar.bz2 |
Disable wifi firmware logging by default
This is really needed for debugging phase, which is over
now; and disabling it will reduce surface area
Bug: 24317401
Change-Id: I0acf9efc94333cb274d4286df9c853431d86883d
Diffstat (limited to 'core')
-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 dbd1b8d..6e8f81e 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -391,6 +391,9 @@ radio is unable to find any MCC information to infer wifi country code from --> <bool translatable="false" name="config_wifi_revert_country_code_on_cellular_loss">false</bool> + <!-- Boolean indicating whether or not wifi firmware debugging is enabled --> + <bool translatable="false" name="config_wifi_enable_wifi_firmware_debugging">false</bool> + <!-- Integer specifying the basic autojoin parameters --> <integer translatable="false" name="config_wifi_framework_5GHz_preference_boost_threshold">-65</integer> <integer translatable="false" name="config_wifi_framework_5GHz_preference_boost_factor">5</integer> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index e21aab7..95cd143 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -302,6 +302,7 @@ <java-symbol type="bool" name="config_wifi_enable_disconnection_debounce" /> <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="bool" name="config_supportMicNearUltrasound" /> <java-symbol type="bool" name="config_supportSpeakerNearUltrasound" /> <java-symbol type="integer" name="config_wifi_framework_5GHz_preference_boost_threshold" /> |