aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/xml/debug_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/xml/debug_settings.xml')
-rw-r--r--app/res/xml/debug_settings.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/app/res/xml/debug_settings.xml b/app/res/xml/debug_settings.xml
index 8aa09f4..f7be0f0 100644
--- a/app/res/xml/debug_settings.xml
+++ b/app/res/xml/debug_settings.xml
@@ -6,10 +6,15 @@
android:entries="@array/debug_priority_names"
android:entryValues="@array/debug_priority"
android:key="debug_priority"
- android:title="Log priority"
+ android:title="@string/title_log_prio"
android:divider="@drawable/divider_shape" />
- <Preference android:title="Reset back-end engine"
+ <Preference android:title="@string/title_dump_logs"
+ android:key="pref_dump_log"
+ android:background="@drawable/button_bg"
+ android:textColor="@color/ThemeLight"/>
+
+ <Preference android:title="@string/title_reset_backend"
android:key="pref_kill_backend"
android:summary="@string/summary_kill_backend"
android:background="@drawable/button_bg"