commit | 20a7ca2feac22b56ddb0a6e2490faf579f51dfb4 | [log] [tgz] |
---|---|---|
author | Jeff DeCew <jeffdq@google.com> | Thu Aug 01 18:57:26 2024 +0000 |
committer | Jeff DeCew <jeffdq@google.com> | Thu Aug 01 18:57:26 2024 +0000 |
tree | 8d55b561d312020258305a1c6e54e390a3901ad4 | |
parent | dfb8d4165ec222b965aaeecc89cea0733004a539 [diff] |
Fix a concurrent modification in ProximityCheck The error occurs when a callback is added to ProximityCheck while an notifying the consumers. Change-Id: I9083d6e87ad199099c117f00dcdc9e7e811435f5 Fixes: 354293532 Test: atest ProximityTestCheck Flag: EXEMPT bugfix