Added login optional debug logs. (#61)

This commit is contained in:
Amine Bou
2017-08-04 08:30:21 +02:00
committed by GitHub
parent b44a200731
commit d768d2232b
16 changed files with 101 additions and 10 deletions

View File

@ -133,4 +133,9 @@
<string name="blue_amber_dark_theme">Blue/Amber/Dark</string>
<string name="indigo_pink_dark_theme">Indigo/Pink/Dark</string>
<string name="red_teal_dark_theme">Red/Teal/Dark</string>
<string name="pref_header_debug">Debug</string>
<string name="login_debug_title">Activate to log login errors</string>
<string name="login_debug_on">Any error on the login page will be logged</string>
<string name="login_debug_off">No log on the login page</string>
<string name="login_menu_debug">Debug</string>
</resources>