You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
I wasn't able to reproduce this now. but from analytics i see ~60%+ request gone with no response, even no error response.
My best guess is somehow an exception was thrown and flurry just silently ignore it without calling the listener:
public final void fetchAd() {
if (this.c == null) {
kx.b(a, "Invalid ad object");
} else {
try {
kx.a(a, "NativeAdObject ready to fetch ad: " + this.c);
ai.a().a("nativeAdFetch");
this.c.y();
} catch (Throwable var2) {
kx.a(a, "Exception: ", var2);
}
}
}
The text was updated successfully, but these errors were encountered: