Merge pull request #920 from Bluesir9/fix_736_send_app_logs

Allow user to send app logs
This commit is contained in:
neslihanturan 2017-10-31 23:16:50 +03:00 committed by GitHub
commit d09109006d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 155 additions and 1 deletions

View file

@ -207,5 +207,7 @@ Tap this message (or hit back) to skip this step.</string>
<string name="give_permission">Give permission</string>
<string name="use_external_storage">Use external storage</string>
<string name="use_external_storage_summary">Save pictures taken with the in-app camera on your device</string>
<string name="login_to_your_account">Login to your account</string>
<string name="send_log_file">Send log file</string>
<string name="send_log_file_description">Send log file to developers via email</string>
<string name="login_to_your_account">Login to your account</string>
</resources>

View file

@ -53,4 +53,9 @@
android:summary="@string/use_external_storage_summary"
/>
<Preference
android:key="sendLogFile"
android:title="@string/send_log_file"
android:summary="@string/send_log_file_description"/>
</PreferenceScreen>

View file

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<cache-path name="images" path="images/" />
<external-path name="logs"/>
</paths>