commit | 1045823b3c38676a66b460270435c3802b4d8875 | [log] [tgz] |
---|---|---|
author | hughchen <hughchen@google.com> | Thu Jan 09 17:58:00 2020 +0800 |
committer | hughchen <hughchen@google.com> | Wed Jan 15 09:23:28 2020 +0800 |
tree | f3f9f5404db1750753b453a4d3930b4606561ca6 | |
parent | c770c9133a11db3f1a0f4a812ebc5623d644705f [diff] |
Fix ConcurrentModificationException Use CopyOnWriteArrayList instead of Arraylist to avoid ConcurrentModificationException. Bug: 147334979 Test: make -j42 RunSettingsRoboTests Change-Id: I669f379d3eba6a086c6bd97cde2b78d92fb5c481