1
0
Fork 0

new debugging tools

* added a device make and model section on the Debug screen

  * input field details at startup are now logged at 'info' instead of 'debug' level
This commit is contained in:
sspanak 2024-04-04 20:01:36 +03:00 committed by Dimo Karaivanov
parent 4d69eb750d
commit 3cb495ea22
6 changed files with 90 additions and 74 deletions

View file

@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto" app:orderingFromXml="true">
<SwitchPreferenceCompat
app:fragment="io.github.sspanak.tt9.preferences.UsageStatsScreen"
app:key="pref_slow_queries"
<Preference
app:key="pref_device_info"
app:layout="@layout/pref_text"
app:title="@string/pref_category_usage_stats" />
app:title="Device Info" />
<DropDownPreference
app:iconSpaceReserved="false"
@ -13,6 +12,12 @@
app:layout="@layout/pref_dropdown"
app:title="Keypad Handling Mode" />
<SwitchPreferenceCompat
app:fragment="io.github.sspanak.tt9.preferences.UsageStatsScreen"
app:key="pref_slow_queries"
app:layout="@layout/pref_text"
app:title="@string/pref_category_usage_stats" />
<DropDownPreference
app:iconSpaceReserved="false"
app:key="pref_log_level"