felix: 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 cdb4cb9393
commit 74f0c6be8c

View file

@ -142,12 +142,6 @@
<!-- Indicate the driver doesn't support NL80211 Reg changed event -->
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">false</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 aggregation of Wifi link layer radio stats from all radios -->
<bool translatable="false" name="config_wifiLinkLayerAllRadiosStatsAggregationEnabled">true</bool>