Export Crashlytics Crashes Report Log
问题 I need to export the Crashlytics Crashes Report Log into some external file system. Using their hooks will not work as those are only for new reports whereas I need to export the full open issues. I have found this library: https://github.com/MattNewberry/crashstats but it seems that Crashlytics are blocking it from working. Looking at the chrome debugger, I am trying to replicate the call to their API using curl so I can later code it in Java/ Ruby: $ curl --data "email=user@example.com