2

Has anyone used ACRA bug reporting tool for android ? There is one option in which you can set google spreadsheet path so that u can get all crash reports in google docs without building backend ? Anyone knows way to do it ? Couldn't find this in documentation

Below is the link for ACRA

https://github.com/ACRA/acra/wiki/AdvancedUsage#sending-reports-by-email

Thanks in advance

4

1 回答 1

3

我相信 Google Docs 已被弃用,因为 Acra 网站说http://acra.ch/

我通过电子邮件将我的电子邮件发送给自己,类似于他们在示例中所做的事情:

@ReportsCrashes(formKey = "", // will not be used
                mailTo = "reports@yourdomain.com",
                mode = ReportingInteractionMode.TOAST,
                resToastText = R.string.crash_toast_text)
于 2013-06-25T07:15:06.777 回答