Re: turning off crash report dialog
Re: turning off crash report dialog
- Subject: Re: turning off crash report dialog
- From: Prachi Gauriar <email@hidden>
- Date: Tue, 22 Jun 2004 17:44:48 -0500
On Jun 22, 2004, at 5:15 PM, Justin Walker wrote:
On Jun 22, 2004, at 14:50, Kaveh Kardan wrote:
Is there a way of turning off the dialog which asks if I want to send
a report to Apple every time my app crashes?
For those of us with a history of GUI-rejection, there's
sudo ed /etc/hostconfig
/CRASHREPORTER/s/-YES-/-NO-/p
w
q
I believe this will turn of crash logging in general, which I certainly
wouldn't recommend. You can turn this off system-wide by setting a
CrashReporter default. Check out
<http://developer.apple.com/qa/qa2001/qa1288.html> for directions. I
don't think there is a way to do this on a per-app basis.
-Prachi
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.