Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Use Automator to detect background crashes' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Use Automator to detect background crashes
Authored by: yanokwa on Mar 17, '06 07:30:01AM
Why can't you use CrashReporter's developer mode? In dev mode, application, background and system process crashes are displayed.

At the terminal:
defaults write com.apple.CrashReporter DialogType developer

To revert:
defaults write com.apple.CrashReporter DialogType basic

[ Reply to This | # ]
THAT should be a hint!
Authored by: jecwobble on Mar 17, '06 11:01:46AM

I'm curious how you learned something like this and why you hadn't already submitted it as a hint in its own right?



[ Reply to This | # ]
there *was* a hint
Authored by: sjk on Mar 17, '06 02:43:05PM
10.3: Disable the 'Unexpectedly Quit' dialog box

... found by searching for com.apple.CrashReporter on this site.

[ Reply to This | # ]
10.4: Use Automator to detect background crashes
Authored by: barefootguru on Mar 17, '06 11:47:42AM

If you have Developer tools installed there's an app to set this preference: /Developer/Applications/Utilities/CrashReporterPrefs



[ Reply to This | # ]