Bug 1904937 - part2 : add debug logs. r=media-playback-reviewers,padenot

Differential Revision: https://phabricator.services.mozilla.com/D215265
This commit is contained in:
alwu
2024-07-03 15:40:14 +00:00
parent 25fc93b155
commit 8ab575596a
2 changed files with 2 additions and 1 deletions

View File

@@ -3155,6 +3155,7 @@ MediaResult HTMLMediaElement::LoadResource() {
if (NS_SUCCEEDED(rv)) return rv;
}
LOG(LogLevel::Debug, ("%p LoadResource", this));
if (mMediaSource) {
MediaDecoderInit decoderInit(
this, this, mMuted ? 0.0 : mVolume, mPreservesPitch,