改日志

This commit is contained in:
luojian 2025-09-18 17:40:33 +08:00
parent 7e7f3a0234
commit 0f084245bc
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ namespace WZ
var showAdResponseId = ad.GetResponseInfo()?.GetResponseId(); var showAdResponseId = ad.GetResponseInfo()?.GetResponseId();
LoggerUtils.Debug( LoggerUtils.Debug(
$"[Admob] Native ad ShowAd [showingNativeAds] {adUnitId} , lastAdResponseId = {lastAdResponseId} , lastShowAdResponseId = {lastShowAdResponseId} , lastShowAdResponseId2 = {lastShowAdResponseId2} , showAdResponseId = {showAdResponseId}"); $"[Admob] Native ad ShowAd [showingNativeAds] {adUnitId} , showAdResponseId = {showAdResponseId} , lastAdResponseId = {lastAdResponseId} , lastShowAdResponseId = {lastShowAdResponseId} , lastShowAdResponseId2 = {lastShowAdResponseId2}");
showingNativeAds[adUnitId] = new ShowNativePosition(ad, position); showingNativeAds[adUnitId] = new ShowNativePosition(ad, position);
ad.Show(); ad.Show();