mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Merge pull request #920 from Bluesir9/fix_736_send_app_logs
Allow user to send app logs
This commit is contained in:
commit
d09109006d
7 changed files with 155 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<cache-path name="images" path="images/" />
|
||||
<external-path name="logs"/>
|
||||
</paths>
|
||||
Loading…
Add table
Add a link
Reference in a new issue