Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ask the user to send crash log after crash on iPhone

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 ?

like image 694
Ludovic Landry Avatar asked Mar 22 '11 13:03

Ludovic Landry


2 Answers

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

like image 52
Julie Avatar answered Sep 27 '22 17:09

Julie


Have a look at PLCrashReporter.

like image 40
Ole Begemann Avatar answered Sep 27 '22 16:09

Ole Begemann