Fix log file not being attached (#2316)

* Fix log file not being attached

* Add filter for email clients
This commit is contained in:
Vivek Maskara 2019-01-24 13:51:07 +05:30 committed by Josephine Lim
parent 53e186df9a
commit e389a95592
6 changed files with 59 additions and 17 deletions

View file

@ -460,4 +460,5 @@ Upload your first media by touching the camera or gallery icon above.</string>
<string name="no_image">No images used</string>
<string name="no_image_reverted">No images reverted</string>
<string name="no_image_uploaded">No images uploaded</string>
<string name="share_logs_using">Share logs using</string>
</resources>

View file

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