commit | 13389cd45f42f27054b5958225398e8af4654986 | [log] [tgz] |
---|---|---|
author | Peng Hu <hp121520@gmail.com> | Mon Oct 24 10:52:56 2022 +0800 |
committer | hupeng3 <hp121520@gmail.com> | Mon Oct 31 14:41:40 2022 +0800 |
tree | 772e6f2a9e7526c5ed2974dd9a4d012bd02bda19 | |
parent | 9e7649d5e72a48ff487e0d283806a9e179667386 [diff] |
Toast: Fix the concurrency problem of mAuthenticator In terms of calling logic, there is concurrency when mAuthenticator is assigned, which causes the phone to restart. We need to add a lock to protect him. Bug: 256398179 Test: atest AccountManagerServiceTest Signed-off-by: hupeng3 <hp121520@gmail.com> Change-Id: I937f6e00c0ac7cca76f26b37a365b5f19171eac6