Re: Crash Reporter for Cocoa Application
Re: Crash Reporter for Cocoa Application
- Subject: Re: Crash Reporter for Cocoa Application
- From: John Stiles <email@hidden>
- Date: Sun, 11 Nov 2007 17:15:12 -0800
There's no way to tell Apple's crash reporter to send reports to you.
You can write your own crash reporter app or find open-source ones.
Perhaps the easiest thing to do, though, is to look in the ~/Library/
CrashReporter/YourApp folder when the app starts up, and see if any
new files are there. If so, the user crashed in their previous run,
and you can offer to send in the report. Voila, a crash reporter in a
very small amount of code (and it's not fiddly like catching signals
or dealing with Mach exceptions can be).
On Nov 11, 2007, at 9:33 AM, JanakiRam wrote:
Hi All,
I've developed a Cocoa Application which uses networking
utilities.
Now i've an idea to integrate a Crash Reporting Facility
into My
application which enables our customers to report us if it crashes.
Is there any way to customize Apple Crash Report to send
crash
logs to our server.
Can any one provide suggestions on usage of 3rd party
frameworks/libraries and their pros & cons.
Thanks in Advance.
-JanakiRam.
_______________________________________________
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:
40blizzard.com
This email sent to email@hidden
_______________________________________________
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