Null pointer exception deep within applovin - onActivityStopped #393
stevenhaggerty
started this conversation in
General
Replies: 2 comments
-
Hi @stevenhaggerty - about what % of DAUs are affected by this crash? We'll have a fix in the next SDK release and will notify this thread when that occurs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed in our latest Android SDK v11.6.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, we're using the latest Max sdk are getting the following issue on Android 12 and 13 devices:
Type java.lang.RuntimeException
Exception java.lang.RuntimeException:
at android.app.ActivityThread.callActivityOnStop (ActivityThread.java:5218)
at android.app.ActivityThread.performStopActivityInner (ActivityThread.java:5190)
at android.app.ActivityThread.handleStopActivity (ActivityThread.java:5255)
at android.app.servertransaction.StopActivityItem.execute (StopActivityItem.java:43)
at android.app.servertransaction.ActivityTransactionItem.execute (ActivityTransactionItem.java:45)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState (TransactionExecutor.java:176)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2218)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:201)
at android.os.Looper.loop (Looper.java:288)
at android.app.ActivityThread.main (ActivityThread.java:8005)
at java.lang.reflect.Method.invoke
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1039)
Caused by java.lang.NullPointerException: Attempt to read from field 'com.applovin.impl.sdk.a.c$a com.applovin.impl.sdk.a.c$b.c' on a null object reference in method 'com.applovin.impl.sdk.a.c$a com.applovin.impl.sdk.a.c$b.b(com.applovin.impl.sdk.a.c$b)'
at com.applovin.impl.sdk.a.c$b.b
at com.applovin.impl.sdk.a.c$1.onActivityStopped
at com.applovin.impl.sdk.a.onActivityStopped
at android.app.Application.dispatchActivityStopped (Application.java:476)
at android.app.Activity.dispatchActivityStopped (Activity.java:1471)
at android.app.Activity.onStop (Activity.java:2640)
at com.applovin.adview.AppLovinFullscreenActivity.onStop
at android.app.Instrumentation.callActivityOnStop (Instrumentation.java:1497)
at android.app.Activity.performStop (Activity.java:8301)
at android.app.ActivityThread.callActivityOnStop (ActivityThread.java:5210)
Is there anything I can do to work around this?
Play Console seems to think this occurred when the app was in the background. We can't repro here.
Thanks,
Steve.
Beta Was this translation helpful? Give feedback.
All reactions