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
I watching ads, and our game just crash. In logcat I see this а.txt
ANR in com.shooterhero (com.shooterhero/com.applovin.adview.AppLovinFullscreenActivity)
PID: 21588
Reason: Input dispatching timed out (166b718 com.shooterhero/com.applovin.adview.AppLovinFullscreenActivity (server) is not responding. Waited 5001ms for MotionEvent)
Parent: com.shooterhero/com.applovin.adview.AppLovinFullscreenActivity
Then I use Analyze Memory Usage and see Leaks "AppLovinFullscreenActivity"
The text was updated successfully, but these errors were encountered:
Could you share the ANR main thread stack trace? You can retrieve it by:
Run command adb bugreport ./bugreport.zip
Get the ANR report from FS/data/anr/ in the unzipped bugreport.zip
As for the memory leak - it's possible the memory leak is just temporary. If you wait 1-2 minutes after the ad is closed, force garbage collection, then do another heap dump, is the memory leak still there?
MAX Plugin Version
Unity - 8.0.1, Android - 13.0.1
Unity Version
2022.3.35f1
Device/Platform Info
Realmi Note 50, Android 13
Crashes/ANRs per Day
1
Percentage of Users Affected
all
First Occurrence of Crash/ANR
No, we just start use it.
Exception and Stack Trace
How to Reproduce
Reproducible in the demo app?
Not Tested
Additional Info
I watching ads, and our game just crash. In logcat I see this
а.txt
Then I use Analyze Memory Usage and see Leaks "AppLovinFullscreenActivity"
![image](https://private-user-images.githubusercontent.com/105302013/398576493-dab1756e-ee84-47cc-87e3-cbe933958d40.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjYxMzEsIm5iZiI6MTczOTMyNTgzMSwicGF0aCI6Ii8xMDUzMDIwMTMvMzk4NTc2NDkzLWRhYjE3NTZlLWVlODQtNDdjYy04N2UzLWNiZTkzMzk1OGQ0MC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQwMjAzNTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01NDVlNzY1MTdiZDQ3ODIyZmI3MWVhNThkODdkMGI5ZmIzYTMxZTAzNjVjZmQ0YTBmNzZhYzBlMDQ5MGY5ZjM2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.6Xjknj6qkLuLnMTSL1N8pTyMeD1WuGufhyF8EnWSZb0)
The text was updated successfully, but these errors were encountered: