Re: Crash Reporter for Cocoa Application
Re: Crash Reporter for Cocoa Application
- Subject: Re: Crash Reporter for Cocoa Application
- From: Scott Ribe <email@hidden>
- Date: Sun, 11 Nov 2007 22:07:48 -0700
- Thread-topic: Crash Reporter for Cocoa Application
Another way to do it is to have a helper application polling to check for a
new crash report, and send it as soon as it happens. The trick is to get
that helper application running, because if you just launch it from your
main application, then it is a child of your main application, so as soon as
your main application crashes the child is terminated. The trick to making
it work is to have your main application use launchctl to launch the helper.
Sneaky, but it works. For most apps it may be overkill. But for a custom
application where you want to provide a very high level of support, it's
great. An app crashes, I get page within a minute. Even more so, my helper
app monitors my app's own log looking for reports of internal error
conditions.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden