• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Crash Reporter for Cocoa Application
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Crash Reporter for Cocoa Application
      • From: Nicko van Someren <email@hidden>
References: 
 >Crash Reporter for Cocoa Application (From: JanakiRam <email@hidden>)

  • Prev by Date: Re: compiler error related to 'save' method of NSUserDefaultsController
  • Next by Date: Re: Feedback requested - Use of QuickTime movies in the Core Animation documentation
  • Previous by thread: Crash Reporter for Cocoa Application
  • Next by thread: Re: Crash Reporter for Cocoa Application
  • Index(es):
    • Date
    • Thread