Skip to content

Instantly share code, notes, and snippets.

@nesium
Created October 1, 2009 20:07
Show Gist options
  • Save nesium/199206 to your computer and use it in GitHub Desktop.
Save nesium/199206 to your computer and use it in GitHub Desktop.
Disable OS X CrashReporter
#Disable the OS X Crash reporter (quit dialog after an application crash)
defaults write com.apple.CrashReporter DialogType none
#To enable the crash reporter (default) change none to prompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment