commit | 7be37b38cd0641e980e954129bb5de016c7fe32c | [log] [tgz] |
---|---|---|
author | lijilou <lijilou@xiaomi.corp-partner.google.com> | Wed Nov 13 15:58:14 2024 +0800 |
committer | Jilou li <lijilou@xiaomi.corp-partner.google.com> | Thu Nov 14 01:42:32 2024 +0000 |
tree | dfd3bbf25305643906200aa49474c80da0e67f48 | |
parent | 8ce40991fb51666921180b854508be100cc3eb00 [diff] |
fix the CWE problem in Biometrics. Multiple threads concurrently execute add operation and traversal operation, resulting in concurrent modification exception. We can replace the thread-unsafe ArrayList with the thread-safe CopyOnWriteArrayList. Test: OEM monkey test Flag: EXEMPT bugfix Bug: 378809027 Change-Id: Id956bebe94cfd773b852292815bcee7f5d60bb77