Closed NewMacPro closed 2 months ago
another one
@NewMacPro Could you please share an Android profiler session with us for further analysis?
@richashukla23
This is the crash record of Google Play Console. I don't have any other.
Thanks @NewMacPro. What is your Ad Review version? Can you please make sure to be on Ad Review version 5.4.2 and see if that fixes the issue?
@richashukla23
implementation 'com.applovin:applovin-sdk:12.5.0'
implementation 'com.applovin.mediation:vungle-adapter:7.3.2.0'
implementation 'com.applovin.mediation:mintegral-adapter:16.7.31.0'
implementation 'com.applovin.mediation:bytedance-adapter:5.9.0.6.0'
implementation 'com.applovin.mediation:google-adapter:23.1.0.0'
implementation 'com.applovin.mediation:unityads-adapter:4.11.3.0'
implementation 'com.applovin.mediation:facebook-adapter:6.17.0.0'
@richashukla23 Ad Review, Is it an sdk, vungle, admob, or something else?
Ad Review is a tool provided via AppLovin SDK. You can find more information here.
You can find the Ad Review version via Mediation Debugger or device logs by filtering for "Ad review version".
Since you are on an older version of AppLovin SDK - we recommend updating to the latest AppLovin SDK which should update your Ad Review version as well.
@NewMacPro - OutOfMemoryErrors indicate that the device is running low on memory. This could mean that the app has a memory leak or high memory usage. When the device is running low on memory, many things can result in an OutOfMemoryError, this is not specific to our SDK.
I'd recommend using the Android Studio memory profiler to check the memory usage of your app and see if there are any memory leaks or consistent memory usage increase. If your app requires high memory usage, you may consider making your app eligible on high memory devices only to reduce crashes.
If you see any indications of memory leaks or abnormally high memory usage coming from our SDK, please feel free to open a new ticket with details and we can investigate. Thanks
MAX SDK Version
12.5.0
Device/Platform Info
Android 12,11....
Current Behavior
unable to render applovin ad com.applovin.impl.adview.b.a runtimeexception
Expected Behavior
NO crash
How to Reproduce
I get the crash from google play console
Additional Info