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 authored Oct 30, 2024
1 parent b00a2c3 commit 20ab35a
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 @@ -462,6 +462,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 20ab35a

Please sign in to comment.