Disable Wifi BugReport for subsystem restart

Flag: EXEMPT gated by overlay
Bug: 373594936
Test: Manuel test, trigger SSR and won't create bugreport automatically
Change-Id: I35b73b9287463456d6a3376afb76fd2c3ce3115f
This commit is contained in:
Isaac Chiou 2024-11-08 09:49:11 +00:00
parent 2d0030ee85
commit b7ac236d48

View file

@ -157,4 +157,7 @@
<!-- Configure the max number of new channels to add into the initial partial scan list per network.
If equals to 0, it means there's no limit on the max number of channels to include per network.-->
<integer translatable="false" name="config_wifiInitialPartialScanMaxNewChannelsPerNetwork">3</integer>
<!-- Boolean indicating whether to trigger bugreport for WiFi subsystem restart issue -->
<bool translatable="false" name ="config_wifi_subsystem_restart_bugreport_enabled">false</bool>
</resources>