Skip to content
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

fix for ConcurrentModificationException when using multidex #94

Merged
merged 1 commit into from
Jun 21, 2015

Conversation

marcinpaszylk
Copy link
Contributor

There's ConcurrentModificationException thrown when ArrayList is iterated. This should fix the problem.

Change-Id: Ibf03f11f3ef6a80b41d31666ae690a076ed1cb84
@marcinpaszylk
Copy link
Contributor Author

It's hard to test it, because it's not easily reproducible. It happens 1/20 times in Android projects with multidex support on logger stop method execution.
I don't know, how should I write unit tests for this fix.

@tony19
Copy link
Owner

tony19 commented Jun 21, 2015

Ok, gotcha.

tony19 added a commit that referenced this pull request Jun 21, 2015
fix for ConcurrentModificationException when using multidex
@tony19 tony19 merged commit 790ec10 into tony19:master Jun 21, 2015
@marcinpaszylk
Copy link
Contributor Author

Could you tell me when next version of the lib will be released?

@tony19
Copy link
Owner

tony19 commented Jun 23, 2015

1.1.1-4 was released on Maven a couple days ago, but I just published the release on GitHub.

@lock
Copy link

lock bot commented Feb 27, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the archived label Feb 27, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Feb 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants