1
0
mirror of https://github.com/etesync/android synced 2025-01-11 00:01:12 +00:00

Crash email: include a body with requests for more information.

This commit is contained in:
Tom Hacohen 2019-03-27 11:26:06 +00:00
parent 608f40058b
commit a702a4e794
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ public class AcraConfiguration {
builder.getPluginConfigurationBuilder(MailSenderConfigurationBuilder.class)
.setMailTo("reports@etesync.com")
.setResSubject(R.string.crash_email_subject)
.setResBody(R.string.crash_email_body)
.setReportFileName("ACRA-report.stacktrace.json")
.setReportAsFile(emailSupportsAttachments(context))
.setEnabled(true);

View File

@ -36,6 +36,7 @@
<string name="crash_title">EteSync has crashed!</string>
<string name="crash_message">Please send stack trace to developers.</string>
<string name="crash_email_subject">EteSync Debug Info</string>
<string name="crash_email_body">If possible, please include any other relevant information such as what you did to trigger this error.</string>
<!-- tourguide -->
<string name="tourguide_title">Did you know?</string>