Is there a way to disabled the Apple crash reporter dialog?

I want to use PLCrashReporter and show my UI instead.
I don't want to confuse the user by having to fill out two crash reports.

So far I only found a ways to turn if off completely:

  sudo launchctl unload -w
/System/Library/LaunchDaemons/com.apple.locate.plist
  defaults write com.apple.CrashReporter DialogType none

And in the docs I found a reference to a CrashReporterPrefs.app but that
information seems to be outdated.

Is there a way to just disable it for my app?

cheers,
Torsten
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to