问题
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