什么时候得到ACRA错误报告?

时间:2013-06-22 06:59:03

标签: android google-docs acra

我需要将错误报告发送到GoogleDocs CrashReports-Template。 但我没有收到任何错误。

@ReportsCrashes(formKey = "dfbhkdfjbnkjsdnkjsdfn")
public class MainActivity extends Application
{
 @Override
   public void onCreate()
   {
      super.onCreate();
      ACRA.init(this);
   }     
}

任何建议?
我哪里错了?

2 个答案:

答案 0 :(得分:1)

我认为您不应该使用GoogleForms,因为ACRA的开发人员强烈建议不要这样做。您可以在此处阅读更多内容https://github.com/ACRA/acra/wiki/Notice-on-Google-Form-Spreadsheet-usage,并注明:

  

不幸的是,谷歌要求我们停止制作用户   在“刷新”之前自动将数据发布到Google表单   几个月前发布的这个伟大的工具。目前   GoogleFormSender仅适用于“遗留形式”,但不适用   已在Google云端硬盘中创建。

所以,我认为最好将您的报告转移到其他目的地: https://github.com/ACRA/acra/wiki/AdvancedUsage#reports-destination

答案 1 :(得分:0)

不再支持向Google文档发送崩溃报告。谷歌对这种用法并不满意。您可以找到替代方案in the documentation