commit | 2ef77d36748dfb62f60f12b953ea6417a783e651 | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <jdanis@google.com> | Tue May 11 08:43:35 2021 -0700 |
committer | Janis Danisevskis <jdanis@google.com> | Tue May 11 10:58:08 2021 -0700 |
tree | b0e7d81f3a9b080fd2886e4d2e88b076baf4ff78 | |
parent | 79261a445410ec892239b3ba801ea2b7dceef567 [diff] |
Keystore 2.0: Reinstate the default busy handler. The default busy handler leads to a semi deadlock when used in conjunction with an in-memory database. That is, the busy handler would time out because a mutex was held by a thread trying to acquire the file lock. The in-memory database was removed from keystore2, so the default busy handler may be reinstated. Test: keystore2_test Bug: 184006658 Change-Id: Idf3a50250342b9eb677b460074dfc6ee7df73964