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:
parent
608f40058b
commit
a702a4e794
@ -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);
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user