views:

216

answers:

3

Hello, i would like to log every crash of my application...

so i've tried to catch all signals. But it seems not working for "EXC_BAD_ACCESS"

Someone know... If is it possible to catch it ? And how ?

A: 

The zombies will save you.

Mike Howard
A: 

EXC_BAD_ACCESS is probably SIGBUS or SIGKILL. See PLCrashReporter.

tc.
A: 

You need to set an argument on your executable called NSZombieEnabled to YES.

Jacob Relkin