Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 ?

share|improve this question
1  
I just discover hoptoadapp.com/pages/ios-notifier – Ludovic Landry Mar 22 '11 at 13:51

3 Answers

up vote 2 down vote accepted

Have a look at PLCrashReporter.

share|improve this answer

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

share|improve this answer
I used crittercism for awhile and liked it but now alot of their features are broken and their support seems to suck when it comes to fixing those issues. Right now their feedback doesn't work. – Bot Jun 2 '12 at 19:26

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.