Question

I need to send the bug report into GoogleDocs CrashReports-Template. But I am not getting a single error.

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

any suggestion?
where am I wrong?

Was it helpful?

Solution

I think you should not use GoogleForms, because developers of ACRA strongly not recommend this. You can read more here https://github.com/ACRA/acra/wiki/Notice-on-Google-Form-Spreadsheet-usage and also note on this:

Unfortunately, we have been asked by Google to stop making our users automatically post data to Google Forms just before the 'refresh' of this great tool published a few months ago. The current GoogleFormSender is working only on 'Legacy Forms'which can't be created anymore in Google Drive.

So, I think will better to change your reports transporting into other destination: https://github.com/ACRA/acra/wiki/AdvancedUsage#reports-destination

OTHER TIPS

Sending crash reports to Google Docs isn't supported anymore. Google wasn't happy about this usage. You can find the alternatives in the documentation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top