backing out bug 408729

git-svn-id: svn://10.0.0.236/trunk@241667 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ted.mielczarek%gmail.com 2007-12-18 16:32:13 +00:00
parent 7943770283
commit c6b7bb309d

View File

@ -417,12 +417,6 @@ nsresult SetExceptionHandler(nsILocalFile* aXREDirectory,
AnnotateCrashReport(NS_LITERAL_CSTRING("ServerURL"),
nsDependentCString(aServerURL));
// store application start time
nsCAutoString timeString;
timeString.AppendInt(time(NULL));
AnnotateCrashReport(NS_LITERAL_CSTRING("StartupTime"),
timeString);
#if defined(XP_MACOSX)
// On OS X, many testers like to see the OS crash reporting dialog
// since it offers immediate stack traces. We allow them to set