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:
@@ -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__))
|
||||
|
||||
Reference in New Issue
Block a user