Bug 1065049 - Enable logging of GMP process name. r=jesup

This commit is contained in:
Andrew McCreight 2014-09-10 14:52:36 -07:00
Родитель 917eda1a08
Коммит fa8a767c0c
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -9,6 +9,7 @@
#include "GMPAudioDecoderChild.h"
#include "GMPDecryptorChild.h"
#include "GMPVideoHost.h"
#include "nsDebugImpl.h"
#include "nsIFile.h"
#include "nsXULAppAPI.h"
#include "gmp-video-decode.h"
@ -42,6 +43,7 @@ GMPChild::GMPChild()
, mGetAPIFunc(nullptr)
, mGMPMessageLoop(MessageLoop::current())
{
nsDebugImpl::SetMultiprocessMode("GMP");
}
GMPChild::~GMPChild()