0

Are there any libraries for Android that include: - user feedback - crash reports - integration into bug trackers like Jira/Redmine...

I know about this one: https://connect.atlassian.net/browse/ANDROID however it seems this library is still in alpha stage, so I am looking for something more production-ready.

Andreas Ka
  • 839
  • 9
  • 23

1 Answers1

1

there are 3 -4 Commercial crash reporting tools with Jira integration:

  1. Crashlytics
  2. Crittercism
  3. BugSense (I use this one)
Dory Zidon
  • 10,497
  • 2
  • 25
  • 39
  • thanks for your suggestions! however unfortunately these tools do crash reports only and don't include user feedback (like jira connect). perfect would be a single service for crash reports and user feedback with jira integration and cloud testing. however unfortuntely it seems currently there is no such service for android. – Andreas Ka May 20 '13 at 22:14