Skip to content

Commit

Permalink
More options for ACRA
Browse files Browse the repository at this point in the history
  • Loading branch information
andresth committed Feb 11, 2017
1 parent 156f275 commit 7b37f72
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
*/

@ReportsCrashes(mailTo = "[email protected]",
customReportContent = { ReportField.APP_VERSION_CODE, ReportField.APP_VERSION_NAME, ReportField.ANDROID_VERSION, ReportField.PHONE_MODEL, ReportField.CUSTOM_DATA, ReportField.STACK_TRACE, ReportField.LOGCAT },
customReportContent = { ReportField.APP_VERSION_CODE, ReportField.APP_VERSION_NAME, ReportField.ANDROID_VERSION, ReportField.PHONE_MODEL, ReportField.CUSTOM_DATA, ReportField.USER_COMMENT, ReportField.STACK_TRACE, ReportField.LOGCAT },
mode = ReportingInteractionMode.DIALOG,
logcatArguments = { "-t", "200", "-v", "time", "Kandroid:d", "InstantRun:s", "*:e" },
resDialogIcon = android.R.drawable.stat_notify_error,
resDialogTitle = R.string.acra_dialog_title,
resDialogText = R.string.acra_dialog_text,
Expand Down

0 comments on commit 7b37f72

Please sign in to comment.