Added Log4J for logging to a file
This commit is contained in:
parent
e5ca4aea34
commit
fa69c367e5
18 changed files with 127 additions and 26 deletions
|
|
@ -26,5 +26,7 @@
|
|||
<string name="pref_logging_path">Log Path</string>
|
||||
<string name="pref_logging_path_summ">Folder where log file will be stored</string>
|
||||
<string name="title_activity_about">About</string>
|
||||
<string name="pref_debug">Debug Logging</string>
|
||||
<string name="pref_debug_summ">Enable application debug logging</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,12 @@
|
|||
android:title="@string/pref_other_title"
|
||||
android:key="pref_key_storage_settings">
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="debug"
|
||||
android:title="@string/pref_debug"
|
||||
android:summary="@string/pref_debug_summ"
|
||||
android:defaultValue="false">
|
||||
</CheckBoxPreference>
|
||||
<Preference
|
||||
android:key="about"
|
||||
android:title="@string/pref_about"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue