9

I am using Bugsense as backend for ACRA in Android. Bugsense is good and report presentation is very nice.

The problem I am facing is it only allow 500 free reports per month.

I am looking for a replacement which I can host on my server and have unlimited report.

Kevin Gaudin is working on Acralyzer but looks like it is still work in progress.

Are their any other alternatives?

P.S

This question falls under software tools commonly used by programmers of FAQ.

Gaurav Agarwal
  • 18,754
  • 29
  • 105
  • 166

5 Answers5

6

There are many more advanced analytics platform nowadays for mobile & web like flurry, mixpanel, crittercism, zubhium . I found crittercism more useful for Mobile App Performance Monitoring and Crash Reporting!

LOG_TAG
  • 19,894
  • 12
  • 72
  • 105
2

It's not a backend for ACRA, but you could use .Google Analytics for Android

They have support for Crahes and Exception as well. See here

//edit: sorry I skipped the part, that you wanted to host that on your own server. My bad

Martin Grohmann
  • 437
  • 2
  • 17
1

You can use TestFlight for crashreporting. Note it uses ACRA internally.

danik
  • 796
  • 9
  • 17
0

This runs on App Engine, not your own server, but looks good: http://code.google.com/p/acra-reporter/.

There are a few linked in the (old) ACRA docs as well: http://code.google.com/p/acra/wiki/Contribs

Nikolay Elenkov
  • 52,576
  • 10
  • 84
  • 84
0

The creator of ACRA has launched an open source project named Acralyzer as back-end of ACRA.

Gaurav Agarwal
  • 18,754
  • 29
  • 105
  • 166
  • @danik I really have not used it, you will better off discussing it in a community at G+ https://plus.google.com/communities/106839572027159542064 – Gaurav Agarwal Aug 19 '13 at 17:12