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
精彩评论