diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-04-25 20:34:33 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 20:34:33 +0530 |
commit | 8cada17bcbcc5443062153542241dbe0d2a836ee (patch) | |
tree | e32810f2283f86da8ce85bb956a9339f07e5fb25 /app/src/main/res/xml | |
parent | f89d5c282faf34234440a89d1765ac43baa54be9 (diff) |
Add toggle for debug logging (#745)
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index fe488a35..656e47f6 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -172,6 +172,11 @@ app:key="clear_clipboard_20x" app:summary="@string/pref_clear_clipboard_hint" app:title="@string/pref_clear_clipboard_title" /> + <CheckBoxPreference + app:defaultValue="false" + app:key="enable_debug_logging" + app:summary="@string/pref_debug_logging_summary" + app:title="@string/pref_debug_logging_title" /> </PreferenceCategory> <PreferenceCategory> |