• 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: Mac Error Reporting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mac Error Reporting


  • Subject: Re: Mac Error Reporting
  • From: Scott Ribe <email@hidden>
  • Date: Fri, 17 Apr 2009 08:21:58 -0600
  • Thread-topic: Mac Error Reporting

> Is there any way for me to view the errors my users
> are sending; or should I implement such a function myself.

Two general approaches:

- SmartCrashReporter, which is easy & convenient for you since it's
prepackaged. Also somewhat controversial since it injects code into every
app launched. (Hint: disclose its use, and make the install optional if you
want to avoid criticism.)

- On launch, check for new crash reports and send them to yourself
(~/Library/Logs/CrashReporter/...) Note that 10.4 appends new reports to a
single file per application, while 10.5 creates one file per crash, with
different naming conventions.

And a variant of that second one:

- If you're really ambitious, launch a background helper process to monitor
for crash reports as soon as they happen--probably way overkill for most
situations.

--
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

  • Follow-Ups:
    • Re: Mac Error Reporting
      • From: Filip van der Meeren <email@hidden>
References: 
 >Mac Error Reporting (From: Filip van der Meeren <email@hidden>)

  • Prev by Date: Customizing IKImageBrowserView
  • Next by Date: Re: Mac Error Reporting
  • Previous by thread: Mac Error Reporting
  • Next by thread: Re: Mac Error Reporting
  • Index(es):
    • Date
    • Thread