Skip to content

Commit b6df5f2

Browse files
Fixes commons-app#3466 No crash information in crash email (Gmail) (commons-app#3605)
* Send ACRA logs as file instead * no need to set it true, default is true
1 parent f0a37d3 commit b6df5f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/fr/free/nrw/commons/CommonsApplication.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
)
7373

7474
@AcraMailSender(
75-
mailTo = "commons-app-android-private@googlegroups.com",
76-
reportAsFile = false
75+
mailTo = "commons-app-android-private@googlegroups.com"
7776
)
7877

7978
@AcraDialog(

0 commit comments

Comments
 (0)