Where does mac keep information about app crashing

Hey Guys, Wonder if anyone could help here.


Not sure if this is the right place to ask but I cant see a particular forum category that would be right for this questrion.


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

Where does mac keep information about app crashing
 
 
Q