10.6: Disable the Problem Reporter in Snow Leopard

Jan 06, '10 07:30:00AM

Contributed by: troylanes

Snow Leopard only hintIt is often distracting for a software developer to have the Problem Reporter application pop up each time an application under development crashes.

Also, in Snow Leopard, there is no longer an option to not submit the report to Apple, which raises security and privacy concerns.

Here's one way to disable Problem Reporter: simply run the following command in Terminal:

sudo chmod 000 /System/Library/CoreServices/Problem\ Reporter.app
To re-enable Problem Reporter, do the following:
sudo chmod 755 /System/Library/CoreServices/Problem\ Reporter.app

Comments (8)


Mac OS X Hints
http://hints.macworld.com/article.php?story=20091230100541242