Fix ConcurrentModificationException
Use CopyOnWriteArrayList instead of Arraylist to avoid ConcurrentModificationException. Bug: 147334979 Test: make -j42 RunSettingsRoboTests Change-Id: I669f379d3eba6a086c6bd97cde2b78d92fb5c481
Loading
Please register or sign in to comment