GitHub user misakuo opened a pull request:

    https://github.com/apache/incubator-weex/pull/23

    * [android] fix the ConcurrentModificationException

    The exception:
    ![粘贴图片.png](https://ooo.0o0.ooo/2017/03/03/58b901868d7f7.png)    
    
    Is due to one thread to modify the ArrayList while another thread is 
iterating over it, replacing the `ArrayList` with `CopyToWriteArrayList` should 
be able to solve it

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/misakuo/incubator-weex 
android-bugfix-concurrentmodifyexception

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex/pull/23.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #23
    
----
commit 2280cef5a34eb505a6d4d911e438f9703b5ed7da
Author: moxun.ljf <[email protected]>
Date:   2017-03-03T05:36:42Z

    * [android] fix the ConcurrentModificationException

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to