Hey Guys,
Wonder if anyone could help here. Running automation tests through an application that we build to test through called DeveloperHarness
The app can crash from time to time. So next time you open the app, it will prompt you with the dialog stating that last time you opened the app it crash, are you sure you want to open and you have to click on the Re-open button.
This causes mayhem for our test runs. I have already have the following lines added trying to suppress this window:
defaults write com.apple.CrashReporter DialogType none
defaults write DeveloperHarness NSQuitAlwaysKeepsWindows -bool false
This stops the crash reporter from appearing but not the other window (are you sure you want to open) when you go open and try to re-open DeveloperHarness again after a crash.
Does anyone know how to suppress this window. Does anyone know where on the mac is this information been stored about the app crashing, that I could delete this cached information.
Any help here would be much appreciated.
Thanks
Gary
Wonder if anyone could help here. Running automation tests through an application that we build to test through called DeveloperHarness
The app can crash from time to time. So next time you open the app, it will prompt you with the dialog stating that last time you opened the app it crash, are you sure you want to open and you have to click on the Re-open button.
This causes mayhem for our test runs. I have already have the following lines added trying to suppress this window:
defaults write com.apple.CrashReporter DialogType none
defaults write DeveloperHarness NSQuitAlwaysKeepsWindows -bool false
This stops the crash reporter from appearing but not the other window (are you sure you want to open) when you go open and try to re-open DeveloperHarness again after a crash.
Does anyone know how to suppress this window. Does anyone know where on the mac is this information been stored about the app crashing, that I could delete this cached information.
Any help here would be much appreciated.
Thanks
Gary