Merge "Enable Bluetooth stack logging from Developer Options UI Element" into main

This commit is contained in:
Aditi Katragadda
2024-03-08 19:17:04 +00:00
committed by Android (Google) Code Review
6 changed files with 361 additions and 0 deletions

View File

@@ -232,6 +232,23 @@
<!-- Bluetooth Settings -->
<!-- Titles for Bluetooth Stack Logging -->
<string-array name="bt_stack_log_level_entries">
<item>Verbose</item>
<item>Debug</item>
<item>Info</item>
<item>Warn</item>
<item>Error</item>
</string-array>
<!-- Values for Bluetooth Stack Logging -->
<string-array name="bt_stack_log_level_values" translatable="false">
<item>verbose</item>
<item>debug</item>
<item>info</item>
<item>warn</item>
<item>error</item>
</string-array>
<!-- Bluetooth developer settings: Bluetooth LE Audio modes -->
<string-array name="bluetooth_leaudio_mode">

View File

@@ -4676,6 +4676,10 @@
<string name="experimental_category_title">Experimental</string>
<!-- Title for feature flags dashboard where developers can turn on experimental features [CHAR LIMIT=50] -->
<string name="feature_flags_dashboard_title">Feature flags</string>
<!-- Setting Checkbox title whether to enable Bluetooth stack log -->
<string name="bt_stack_log_level">Enable Bluetooth stack log</string>
<!-- setting Checkbox summary to set log level [CHAR_LIMIT=100] -->
<string name="bt_stack_log_level_summary">Change log level of Bluetooth Stack Logging (Toggle Bluetooth after changing this setting)</string>
<!-- Title for snoop logger filters dashboard where developers can turn on filters [CHAR LIMIT=100] -->
<string name="bt_hci_snoop_log_filters_dashboard_title">Bluetooth HCI snoop log filtering</string>
<!-- Summary for the snoop logger filters [CHAR LIMIT=100] -->