Skip to content

Commit

Permalink
chore(Ads): Add starting interstitials log (#7524)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Nov 12, 2024
1 parent 07abb2a commit 42fa77c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ads/interstitial_ad_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ shaka.ads.InterstitialAdManager = class {

this.lastPlayedAd_ = interstitial;

shaka.log.info('Starting interstitial',
interstitial.startTime, 'at', this.lastTime_);

const startTime = Date.now();

if (!this.video_.parentElement && this.adContainer_) {
Expand Down

0 comments on commit 42fa77c

Please sign in to comment.