tangorpro: Disable Wi-Fi verbose logging by default

Change-Id: Iafe9f4b83d157906ca6b9114db52ab27b1a01878
This commit is contained in:
Michael Bestas 2024-06-23 02:17:44 +03:00
parent 88bb90b429
commit cc2553c7df
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

@ -119,12 +119,6 @@
is when the system is in the suspended mode --> is when the system is in the suspended mode -->
<bool translatable="false" name="config_wifiDtimMultiplierConfigEnabled">true</bool> <bool translatable="false" name="config_wifiDtimMultiplierConfigEnabled">true</bool>
<!-- Indicate whether the verbose logging is always on -->
<!-- 0: verbose logging controlled by user
1: verbose logging on by default for userdebug
2: verbose logging on by default for all builds -->
<integer translatable="false" name="config_wifiVerboseLoggingAlwaysOnLevel">1</integer>
<!-- Enable the feature of adjusting link layer stats polling interval based on <!-- Enable the feature of adjusting link layer stats polling interval based on
device mobility state and client mode RSSI monitoring. --> device mobility state and client mode RSSI monitoring. -->
<bool translatable="false" name="config_wifiAdjustPollRssiIntervalEnabled">true</bool> <bool translatable="false" name="config_wifiAdjustPollRssiIntervalEnabled">true</bool>