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:51:37 -04:00
Родитель 28cc33c5b3
Коммит fe471201ea
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -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