WiFi: Enable radio stats aggregation
set config_wifiLinkLayerRadioStatsAggregationEnabled to true to enable radio stats aggregation logic. Bug: 211890916 Test: atest com.android.server.wifi.WifiVendorHalTest Test: Manual - Dump the link layer stats and validated the results. Change-Id: Id72778d0e474406f51b5eb4a4be1d57828add934
This commit is contained in:
parent
3cb7308fd5
commit
cadd5f8a4c
1 changed files with 3 additions and 0 deletions
|
@ -141,4 +141,7 @@
|
|||
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>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue