Hi,
As described in the title, loading a rewarded Ad through MopubRewardedVideos gives me a lot of ANR reports. Seems to me there is a dead lock somewhere :
Blockquote
“main” prio=5 tid=1 Blocked
| group=“main” sCount=1 dsCount=0 obj=0x76741f30 self=0x7837ecba00
| sysTid=25094 nice=0 cgrp=default sched=0/0 handle=0x783c4d2ab0
| state=S schedstat=( 1561190611 428079191 2104 ) utm=82 stm=74 core=6 HZ=100
| stack=0x7fdb2a5000-0x7fdb2a7000 stackSize=8MB
| held mutexes=
at com.mopub.network.Networking.getRequestQueue (Networking.java:65)
- waiting to lock <0x0001e01a> (a java.lang.Class<com.mopub.network.Networking>) held by thread 45
at com.mopub.mobileads.MoPubRewardedVideoManager.loadVideo (MoPubRewardedVideoManager.java:396)
at com.mopub.mobileads.MoPubRewardedVideoManager.loadVideo (MoPubRewardedVideoManager.java:373)
at com.mopub.mobileads.MoPubRewardedVideos.loadRewardedVideo (MoPubRewardedVideos.java:91)
I think it is not related to my code. Am I the only one to get this ANR ?
Thanks