Bug 1041226: disable crashreporter in GMP plugins until it's ready r=gfritzsche a=kwierso

This commit is contained in:
Randell Jesup 2014-07-19 19:47:43 -04:00
parent 1f9dadc3f9
commit 8b4da763a2

View File

@ -47,9 +47,12 @@ GMPChild::Init(const std::string& aPluginPath,
MessageLoop* aIOLoop,
IPC::Channel* aChannel)
{
#ifdef GMP_CRASHREPORTER_READY
// See bug 1041226
#ifdef MOZ_CRASHREPORTER
SendPCrashReporterConstructor(CrashReporter::CurrentThreadId());
#endif
#endif
#if defined(XP_WIN)
mozilla::SandboxTarget::Instance()->StartSandbox();
#endif