开发者

Ask the user to send crash log after crash on iPhone

开发者 https://www.devze.com 2023-02-19 11:44 出处:网络
Some application ask the user if th开发者_开发百科ey want to send the crash log by email when they restart after a crash. How are they doing that ?

Some application ask the user if th开发者_开发百科ey 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 ?


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


Have a look at PLCrashReporter.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消