Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mobile analytics for android library [closed]

I am working on android library and wondering which analytics solution would be the best for this purpose. I want to monitor:

  • unique app installations / removals using my library
  • memory consumption, number of background applications while doing some specific operations in my library
  • crashes / exceptions
  • custom events

All these statistics should be easily grouped by library version, device type, android version as well as custom tags/parameters.

I have used Flurry and NewRelic which seems to be good tools but application oriented. Is there anything recommended especially for mobile sdks/libraries meeting my requirements?

like image 842
mkorszun Avatar asked Mar 07 '26 20:03

mkorszun


1 Answers

New Relic is only for applications, but you could use @trace annotation for custom instrumentation of your library methods. This would require the dev using your library to also use New Relic.

like image 137
acunning1 Avatar answered Mar 10 '26 08:03

acunning1



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!