Backed out changeset f4d81e9a81e0 (bug 1181375)

--HG--
extra : rebase_source : 4baf187061a7e59567772ef0bc407cf6d8c6db33
This commit is contained in:
Carsten "Tomcat" Book 2015-07-10 09:27:24 +02:00
parent d097a2d673
commit 5a7a6c3543

View File

@ -6,7 +6,6 @@
#include "gfxPrefs.h"
#include "nsAppDirectoryServiceDefs.h"
#include "nsDirectoryServiceUtils.h"
#include "nsExceptionHandler.h"
#include "nsServiceManagerUtils.h"
#include "nsString.h"
#include "nsXULAppAPI.h"
@ -71,10 +70,6 @@ DriverInitCrashDetection::~DriverInitCrashDetection()
// If we attempted to initialize the driver, and got this far without
// crashing, assume everything is okay.
gfxPrefs::SetDriverInitStatus(int32_t(DriverInitStatus::Okay));
// Remove the crash report annotation.
CrashReporter::AnnotateCrashReport(NS_LITERAL_CSTRING("GraphicsStartupTest"),
NS_LITERAL_CSTRING(""));
}
}
@ -109,9 +104,6 @@ DriverInitCrashDetection::AllowDriverInitAttempt()
// If we crash, we'll just lose this. Not a big deal, next startup we'll
// record the failure.
RecordTelemetry(TelemetryState::EnvironmentChanged);
CrashReporter::AnnotateCrashReport(NS_LITERAL_CSTRING("GraphicsStartupTest"),
NS_LITERAL_CSTRING("1"));
}
bool