This commit is contained in:
ted.mielczarek%gmail.com 2007-12-18 16:32:13 +00:00
Родитель 007ba090f3
Коммит 486da867bb
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

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