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 ?
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 ?
You need to set an argument on your executable called NSZombieEnabled
to YES
.