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
I am getting theses crash report from production. This seems to be happening when users try to log in, at which point we restart the app with react-native-restart.
The crash report is hinting at some issue in TreeLifecycleObserver.kt. I am not using Scandit at this point of the app flow (user is only in the login flow). Can you help me understand this?
java.util.ConcurrentModificationException: null
at java.util.ArrayList$Itr.next(ArrayList.java:860)
at com.scandit.datacapture.reactnative.core.b.b.b(TreeLifecycleObserver.kt:49)
at com.scandit.datacapture.reactnative.core.ScanditDataCaptureCoreModule.dispose(ScanditDataCaptureCoreModule.kt:251)
at com.scandit.datacapture.reactnative.core.ScanditDataCaptureCoreModule.onCatalystInstanceDestroy(ScanditDataCaptureCoreModule.kt:143)
at com.facebook.react.bridge.BaseJavaModule.invalidate(BaseJavaModule.java:76)
at com.facebook.react.bridge.ModuleHolder.destroy(ModuleHolder.java:110)
at com.facebook.react.bridge.NativeModuleRegistry.notifyJSInstanceDestroy(NativeModuleRegistry.java:108)
at com.facebook.react.bridge.CatalystInstanceImpl$1.run(CatalystInstanceImpl.java:368)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:226)
at java.lang.Thread.run(Thread.java:1012)
I am getting theses crash report from production. This seems to be happening when users try to log in, at which point we restart the app with react-native-restart.
The crash report is hinting at some issue in
TreeLifecycleObserver.kt
. I am not using Scandit at this point of the app flow (user is only in the login flow). Can you help me understand this?I am using:
These reports have come for Android 10, 11 and 12.
The text was updated successfully, but these errors were encountered: