feat(debug): add a toggle to AND/OR all filters. (#2265)

This commit is contained in:
DaneEvans 2025-06-27 23:13:21 +10:00 committed by GitHub
parent ea25a8198a
commit dd50cf230e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 66 additions and 15 deletions

View file

@ -165,9 +165,11 @@
<string name="debug_logs_export">Export Logs</string>
<string name="debug_last_messages">500 last messages</string>
<string name="debug_filters">Filters</string>
<string name="debug_active_filters">Active filters (Match any)</string>
<string name="debug_active_filters">Active filters</string>
<string name="debug_default_search">Search in logs…</string>
<string name="debug_clear">Clear Logs</string>
<string name="match_any">Match Any | All</string>
<string name="match_all">Match All | Any</string>
<string name="debug_clear_logs_confirm">This will remove all log packets and database entries from your device - It is a full reset, and is permanent.</string>
<string name="clear">Clear</string>
<string name="updating_firmware">Updating firmware, wait up to eight minutes…</string>