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 ?

Ludovic Landry
  • 11,606
  • 10
  • 48
  • 80

3 Answers3

6

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

Julie
  • 668
  • 9
  • 9
  • 1
    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 02 '12 at 19:26
5

Have a look at PLCrashReporter.

Ole Begemann
  • 135,006
  • 31
  • 278
  • 256
2

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

Joe
  • 56,979
  • 9
  • 128
  • 135