We have a background process that scans 3rd party plug-ins and we don’t
won’t the crash messages to be shown.
We can’t control the machine in which our app is running so we can’t use
defaults write com.apple.CrashReporter DialogType server
Is there a way for us to hide this annoying messages?
Thanks
If you need to suppress crash reports for a process, you can do so by clearing the task’s exception ports:
Preventing the crash in the first place is obviously preferable, though. 🙂