ea689abbcd16363fccde246b61b4e5ebf896902a
- ArrayMap is not thread-safe. - When accessing the map across threads at the same time, the map may throw a ConcurrentModificationException. - Convert the map to a synchronizedMap to avoid the exception. Fixes: 159813482 Test: robotest Change-Id: I3b8bdd435c7c546acf736fa8aafd2ceaed94d081
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%