Mobile analytics for android library [closed]

坚强是说给别人听的谎言 提交于 2019-12-21 21:07:14

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/25388956/mobile-analytics-for-android-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!