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: I8e5b86a917daa70d91de16b7f0a65e935e23b888
This commit is contained in:
Sunil Ravi 2022-04-28 13:06:38 -07:00
parent be32d26e70
commit 12c9975eb7
2 changed files with 6 additions and 0 deletions

View file

@ -147,4 +147,7 @@
1: verbose logging on by default for userdebug 1: verbose logging on by default for userdebug
2: verbose logging on by default for all builds --> 2: verbose logging on by default for all builds -->
<integer translatable="false" name="config_wifiVerboseLoggingAlwaysOnLevel">1</integer> <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> </resources>

View file

@ -148,4 +148,7 @@
1: verbose logging on by default for userdebug 1: verbose logging on by default for userdebug
2: verbose logging on by default for all builds --> 2: verbose logging on by default for all builds -->
<integer translatable="false" name="config_wifiVerboseLoggingAlwaysOnLevel">1</integer> <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> </resources>