caimito: 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 67d4a66662
commit 619868feb7
No known key found for this signature in database

View file

@ -141,11 +141,6 @@
<!-- boolean indicating whether or not to disable shutdown idle instance timer in the bridged mode when connected to a power source -->
<bool translatable="false" name ="config_wifiFrameworkSoftApDisableBridgedModeShutdownIdleInstanceWhenCharging">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>
<!-- Boolean indicating whether DTIM multiplier configuration is enabled. DTIM multiplier value
is when the system is in the suspended mode -->
<bool translatable="false" name="config_wifiDtimMultiplierConfigEnabled">true</bool>