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
Hi @uerceg
We updated the Adjust SDK version to 5.0.3 and started receiving cash from the Android platform. Can you guys address this issue as a priority?
Fatal Exception: java.lang.RuntimeException
Unable to pause activity {com.xyz.android/com.xyz.android.MainActivity}: java.lang.NullPointerException: Attempt to invoke interface method 'void com.adjust.sdk.scheduler.ThreadExecutor.submit(java.lang.Runnable)' on a null object reference
Crash log
Caused by java.lang.NullPointerException: Attempt to invoke interface method 'void com.adjust.sdk.scheduler.ThreadExecutor.submit(java.lang.Runnable)' on a null object reference
at com.adjust.sdk.ActivityHandler.onActivityLifecycle(SourceFile)
at com.adjust.sdk.SystemLifecycle.onActivityPaused(SourceFile)
at android.app.Application.dispatchActivityPaused(Application.java:480)
at android.app.Activity.dispatchActivityPaused(Activity.java:1518)
at android.app.Activity.onPause(Activity.java:2440)
at androidx.fragment.app.FragmentActivity.onPause(FragmentActivity.java:283)
at com.reactnativenavigation.NavigationActivity.onPause(NavigationActivity.java:84)
at com.namshi.android.MainActivity.onPause(MainActivity.java:102)
at android.app.Activity.performPause(Activity.java:8778)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1585)
at android.app.ActivityThread.performPauseActivityIfNeeded(ActivityThread.java:5707)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:5668)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:5620)
at android.app.servertransaction.PauseActivityItem.execute(PauseActivityItem.java:47)
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:2574)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8762)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
The text was updated successfully, but these errors were encountered:
Hi @uerceg
We updated the Adjust SDK version to
5.0.3
and started receiving cash from the Android platform. Can you guys address this issue as a priority?Fatal Exception: java.lang.RuntimeException
Unable to pause activity {com.xyz.android/com.xyz.android.MainActivity}: java.lang.NullPointerException: Attempt to invoke interface method 'void com.adjust.sdk.scheduler.ThreadExecutor.submit(java.lang.Runnable)' on a null object reference
Crash log
The text was updated successfully, but these errors were encountered: