Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bug reporting tool / library for developing applications

Is there a way to report Bugs, similar to the Android Feedback Client, but without registering my application at the market. I'm still working on the application and some users are alpha testing it so it would be useful to receive reports/ stacktraces etc. Is there a common way or an application for that?

like image 779
joecks Avatar asked May 03 '11 15:05

joecks


3 Answers

You can look at ACRA Project - http://acra.googlecode.com/

like image 199
GrAnd Avatar answered Sep 29 '22 22:09

GrAnd


You can use Instabug which lets you report bugs right from the app by shaking the phone. It sends you all the device details, network logs, view hierarchy inspection, as well as the steps to reproduce it. It takes a line of code to integrate.


For full disclosure. I work at Instabug.

like image 39
Mohamed Zakaria El-Zoghbi Avatar answered Sep 29 '22 22:09

Mohamed Zakaria El-Zoghbi


I've used acra and it works well: http://acra.googlecode.com/

see: How do I obtain crash-data from my Android application?

like image 27
djg Avatar answered Sep 29 '22 23:09

djg