HansKrywaa opened a new issue #924: Crash Report: ConcurrentModificationException URL: https://github.com/apache/cordova-android/issues/924 # Bug Report ## Problem We mentioned some Crash Reports from our App, build with `[email protected]`. Crashlog: **java.util.ConcurrentModificationException: java.util.ConcurrentModificationException** ``` java.util.LinkedHashMap$LinkedHashIterator.nextNode LinkedHashMap.java:775 java.util.LinkedHashMap$LinkedValueIterator.next LinkedHashMap.java:803 org.apache.cordova.PluginManager.onResume PluginManager.java:262 org.apache.cordova.CordovaWebViewImpl.handleResume CordovaWebViewImpl.java:452 org.apache.cordova.CordovaActivity.onResume CordovaActivity.java:277 android.app.Instrumentation.callActivityOnResume Instrumentation.java:1465 android.app.Activity.performResume Activity.java:8203 android.app.ActivityThread.performResumeActivity ActivityThread.java:4757 android.app.ActivityThread.handleResumeActivity ActivityThread.java:4810 android.app.servertransaction.ResumeActivityItem.execute ResumeActivityItem.java:52 android.app.servertransaction.TransactionExecutor.executeLifecycleState TransactionExecutor.java:190 android.app.servertransaction.TransactionExecutor.execute TransactionExecutor.java:105 android.app.ActivityThread$H.handleMessage ActivityThread.java:2373 android.os.Handler.dispatchMessage Handler.java:107 android.os.Looper.loop Looper.java:213 android.app.ActivityThread.main ActivityThread.java:8147 java.lang.reflect.Method.invoke Method.java com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run RuntimeInit.java:513 com.android.internal.os.ZygoteInit.main ZygoteInit.java:1101 ``` ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> From Crashlog this happens to a Mate 20 Pro with Android 9 and a Galaxy Note10+ with Android 10 too. ### Maybe related Issue? - #912 Please fix this 😊 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [X] I searched for existing GitHub issues - [X] I updated all Cordova tooling to most recent version - [X] I included all the necessary information above
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
