Re: How to disable Apple's Bug Report Dialog when application crash?
Re: How to disable Apple's Bug Report Dialog when application crash?
- Subject: Re: How to disable Apple's Bug Report Dialog when application crash?
- From: Shawn Erickson <email@hidden>
- Date: Wed, 21 Jul 2004 07:49:48 -0700
On Jul 21, 2004, at 5:56 AM, Goran Predovic wrote:
I don't believe that Apple's bug report dialog is put up by your
application. I think it is probably put up by the loginwindow
process. Since you don't own it, there would be no way for you to
replace it with your own dialog unless loginwindow allowed you to
specify it somehow.
Giving loginwindow the ability to run arbitrary code (like a custom
dialog) doesn't sound like a very good idea to me :-(
Scott
I know it is not put by my application, but maybe there is a way to
disable it from application.
*jumps in with the usual joke*
Fix the bugs in your application so it doesn't cause the dialog in the
first place.
*ducks and runs*
Seriously what do you want to achieve? A method of catching and
reporting crashes of your application back to yourself and hence don't
want Apple's dialog to popping up? If so I believe the Omni Group folks
have a solution to that one... don't know what it is myself.
If you are not trying to catch crashes yourself I would leave Apple's
functionality in place. Who knows the crashes hit could be in Apple
framework code and they may just detect that and find something to fix.
-Shawn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.