-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High number of crashes caused by ConcurrentModificationException #410
Comments
Hello @angelix, I attempted to reproduce this issue by launching a main activity on a similar setup (Android SDK 35 on a Google Pixel), but no errors occurred during those tests. This might suggest the error arises under specific conditions, such as particular background states, activity transitions, or configurations not present in our testing environment. Next Steps: We've prepared a solution to address the ConcurrentModificationException issue by replacing the regular HashMap with a ConcurrentHashMap in the ModuleViews.startStoppedViews method. This update is designed to improve stability and prevent the error during concurrent access. The proposed fix is available in Pull Request #411, and we'll keep you updated on its publication. Let us know if you have any questions in the meantime! Thank you for your help in troubleshooting this! |
Hi @angelix , just checking in to see if you have any updates on the issue you reported—let us know if we can help! I am closing this issue but do not hesitate to open a new issue if issue persist. We are always happy to help. Have a good day! |
Sorry for not replying earlier. Thanks |
Hello @angelix, I am happy to hear that 😊. We are always happy to help. Have a good day! |
After updating the countly android sdk we see a significant increase of crashed in google play store.
Current Behavior
Your Environment
The text was updated successfully, but these errors were encountered: