commit | 6273752b712cd67a355594f42eb1b46c1b72649b | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Wed May 29 15:45:18 2019 -0700 |
committer | Hall Liu <hallliu@google.com> | Wed May 29 15:46:52 2019 -0700 |
tree | f57c5d053b193567d30daad9f858339eb1e9e003 | |
parent | e8704eb989b7358acfa58b963eca02506370c9d8 [diff] |
Fix ConcurrentModificationException in BT handling Add lock around access to a member hashmap so we don't get a race condition in multithreading scenarios. Test: manual Fixes: 133828205 Change-Id: I3c1c46201865c8e0ae8f9d69e8bb63edf1477954