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
Hey @ipena-spigot - thanks for bringing this memory leak up to our attention! We have identified the issue and the fix will be live in our next SDK update. We will notify you in this thread once it has been released.
MAX SDK Version
13.0.1
Device/Platform Info
Pixel 4 XL - Android 13
Current Behavior
When loading an Ad for a particular AdUnit and selecting a specific network,
MaxDebuggerAdUnitDetailActivity
gets leakedThis makes it difficult to look into a different Ad-related memory leak
Expected Behavior
Resources / references should be released such that no memory leaks occur
How to Reproduce
Native
AppLovin
Steps for: Check for memory leak with Android Studio***
2 Leaks
MaxDebuggerAdUnitDetailActivity
MaxDebuggerAdUnitDetailActivity
Reproducible in the demo app?
Yes
Additional Info
MaxNativeAdLoaderImpl
is holding on to a reference torevenueListener
, which points toMaxDebuggerAdUnitDetailActivity
The text was updated successfully, but these errors were encountered: