有没有人使用过安卓系统的acra错误报告工具?有一个选项,你可以设置谷歌电子表格路径,这样你就可以得到谷歌文档中的所有崩溃报告,而不必建立后端?有人知道怎么做吗?在文档中找不到
以下是ACRA的链接
https://github.com/ACRA/acra/wiki/AdvancedUsage#sending-reports-by-email
提前谢谢

最佳答案

我相信谷歌文档是被否决的,因为acra网站说http://acra.ch/
我通过电子邮件将我的邮件发送给自己,与示例中他们的做法类似:

@ReportsCrashes(formKey = "", // will not be used
                mailTo = "[email protected]",
                mode = ReportingInteractionMode.TOAST,
                resToastText = R.string.crash_toast_text)

关于android - 如何将崩溃报告从ACRA发布到Google文档,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/17291225/

10-12 04:51