Open ipena-spigot opened 2 weeks ago
13.0.1
Pixel 4 XL - Android 13
When loading an Ad for a particular AdUnit and selecting a specific network, MaxDebuggerAdUnitDetailActivity gets leaked
MaxDebuggerAdUnitDetailActivity
This makes it difficult to look into a different Ad-related memory leak
Resources / references should be released such that no memory leaks occur
Native
AppLovin
Steps for: Check for memory leak with Android Studio***
2 Leaks
Yes
MaxNativeAdLoaderImpl
revenueListener
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