Is there a way to have our own app to upload its crash repot?

前端 未结 4 1033
忘了有多久
忘了有多久 2021-01-27 22:33

Not sure if that is possible. But what happens is, sometimes our app randomly crashes. We don\'t know what exactly the problem is. Is there a way for us to get the crash report

4条回答
  •  被撕碎了的回忆
    2021-01-27 22:52


    You can inject a third party code in your app, which would basically save your crash reports and thereafter you can use them for analysis. The way we do is capture any crash logs and upload them to the app server, which uses the info to display through a user-friendly web Interface (access controlled for admin purposes).

    A great open source Crash Reporter library can be found here https://github.com/kstenerud/KSCrash

提交回复
热议问题