Ask the user to send crash log after crash on iPhone

我只是一个虾纸丫 提交于 2019-12-05 18:16:10

问题


Some application ask the user if they want to send the crash log by email when they restart after a crash. How are they doing that ?

They have to record the log when they crashing and reads this file and ask the user to send it if it's not empty ?

Is there a framework or an open source project I can integrate to do this ?


回答1:


Have a look at PLCrashReporter.




回答2:


Check out Crittercism (www.crittercism.com), I've been using it for feedback and crash reporting for my ios and android apps.




回答3:


Here is one although I have not used it so I can not give an opinion on how well it works. Crashkit



来源:https://stackoverflow.com/questions/5392283/ask-the-user-to-send-crash-log-after-crash-on-iphone

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