mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
bug 1227411 add WEB_AUDIO_API_LOG r=padenot
--HG-- extra : rebase_source : c27e117a0a6af5fe8913dabb656842281643ecc4
This commit is contained in:
parent
d71fb767c8
commit
c95ab76c6c
@ -10,6 +10,8 @@
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
LazyLogModule gWebAudioAPILog("WebAudioAPI");
|
||||
|
||||
namespace dom {
|
||||
|
||||
void WebAudioUtils::ConvertAudioTimelineEventToTicks(AudioTimelineEvent& aEvent,
|
||||
|
@ -20,6 +20,10 @@ namespace mozilla {
|
||||
|
||||
class AudioNodeStream;
|
||||
|
||||
extern LazyLogModule gWebAudioAPILog;
|
||||
#define WEB_AUDIO_API_LOG(...) \
|
||||
MOZ_LOG(gWebAudioAPILog, LogLevel::Debug, (__VA_ARGS__))
|
||||
|
||||
namespace dom {
|
||||
|
||||
struct AudioTimelineEvent;
|
||||
|
Loading…
Reference in New Issue
Block a user