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

Commit f7fd8a02 authored by xshu's avatar xshu
Browse files

remove enableFirmwareLogs

This config parameter is no longer needed since we always want it to be
true.

Bug: 28277924
Test: compile, unit test
Test: device turns on and could connect to wifi
Test: With wifi verbose logging disabled, do dumpsys wifi and verify there
are no driver dumps.
Test: With wifi verbose logging enabled, do dumpsys wifi and verify there are
driver dumps.
Change-Id: I045e5e7d368f9e748ce27b3c6e668a755b7e9c31
parent c27346fa
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -551,9 +551,6 @@
         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">true</bool>

    <!-- Integer size limit, in KB, for a single WifiLogger ringbuffer, in default logging mode -->
    <integer translatable="false" name="config_wifi_logger_ring_buffer_default_size_limit_kb">32</integer>

+0 −1
Original line number Diff line number Diff line
@@ -346,7 +346,6 @@
  <java-symbol type="integer" name="config_wifi_framework_sar_near_body_event_id" />
  <java-symbol type="bool" name="config_wifi_enable_disconnection_debounce" />
  <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_default_size_limit_kb" />
  <java-symbol type="integer" name="config_wifi_logger_ring_buffer_verbose_size_limit_kb" />
  <java-symbol type="bool" name="config_wifi_turn_off_during_emergency_call" />