Merge "Enable Bluetooth stack logging from Developer Options UI Element" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
d983741f07
@@ -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">
|
||||
|
||||
@@ -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] -->
|
||||
|
||||
Reference in New Issue
Block a user