Creating a bug report from when the app crashes on the phones of testers?
I'm wanting to have a bunch of people beta test my app on their phones soon. In the event that the app crashes, what's the best way for them to send me a bug report?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
A good approach is to use a 3rd party service like Instabug which is a bug & crash reporting service that allows for two things:
All reports arrive to your Instabug dashboard containing various details such as:
For full disclosure, I work at Instabug. Let me know if I can help.
My own experience: I used Flurry as the analytics tool in my project. I followed Flurry's recommendation and set up an uncaught exception listener inside my code.
And then I tested my app, and after several hours' delay, I was able to see a few crashes reported to Flurry. Things like this:
It's neither complete nor thorough, but it was a convenient way to have a basic sense of what's going on out there in the wild.
Setup a database for it. Have a submit form that places their report into the database. This way any of the info they submit can be searched and managed easilly.