Bug 1535223 - part3 : add log in TextTrack and TextTrackCue. r=jya

It would be helpful if we can also print the information in `TextTrack` and `TextTrackCue`.

Differential Revision: https://phabricator.services.mozilla.com/D23449
This commit is contained in:
Alastor Wu
2019-03-14 23:25:10 +00:00
parent 7b8f790395
commit b5e39b43f7
3 changed files with 53 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
#include "nsVariant.h"
#include "nsVideoFrame.h"
static mozilla::LazyLogModule gTextTrackLog("WebVTT");
mozilla::LazyLogModule gTextTrackLog("WebVTT");
#define WEBVTT_LOG(msg, ...) \
MOZ_LOG(gTextTrackLog, LogLevel::Debug, ("TextTrackManager=%p, " msg, this, ##__VA_ARGS__))