gs101: overlay: 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 83c2fccfd1
commit 1a406939d0
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

@ -134,12 +134,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>