Re: Apple crash reports
Re: Apple crash reports
- Subject: Re: Apple crash reports
- From: Le Stang Jean-Baptiste <email@hidden>
- Date: Sun, 28 Aug 2005 22:38:58 +0200
I don't think you can disable it. However if you can catch the crash
yourself, you could exit cleanly. Then it wouldn't look like your app
had crashed, and so the crash reporter would not activate. I think
the trick would be to use a signal handler or something to ensure that
you exit normally instead of letting a SIGSEGV or something cause you
to crash.
Well, this is exactly what I'm doing in the sample code posted
previously, isn't it?
++ Jean-Baptiste
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden