Using ACRA for a few days now and sending reports to my MongoDb backend HTTPS server, is there some tool I can use on my PC to analyse crash data.
I was thinking I could handle this locally and not use any of the Bugsense, Zubhium, HockeyApp, Google Docs. I know the question is a bit fishy but I cannot find info about this since the general way seems to suggest the above Bugsense, Zub.
I know I get a richer and better overview of the crash data by using the above.
Update I tried the Google Docs to see how it works and ended up Implementing my own sender, sending to my HTTPS server. For now the crash log is just save to a MongoDb Document
Update
I have an app on the google play market and it's using ACRA. The App have the custom ACRA ReportSender
and it sends reports data back to my HTTPS server. I wanted to take care of this myself since the app already uses Internet