commit | 8d0c2c0b5f8c93c1c08d7f010f06fca67a86a080 | [log] [tgz] |
---|---|---|
author | Bessie Jiang <bessiej@google.com> | Wed Dec 18 18:20:21 2024 +0000 |
committer | Bessie Jiang <bessiej@google.com> | Wed Dec 18 20:24:05 2024 +0000 |
tree | f47c144d7719b05671768cc570c29fec0b38cd1b | |
parent | ff0ba88eed769725ec69d19cf29f5601edeb0a8f [diff] |
Add new APIs to DataStore to allow for int storage The failure count for CTLogListUpdateFailed is an integer, not a long. We need APIs in DataStore to handle this different data type, as otherwise it will result in an unnecessary cast from long <-> int, which is a lossy conversion. Bug: 384473786 Test: atest NetworkSecurityUnitTests Change-Id: I3b31fc9faef4ac0dec77bc5adb8235a155a4a3d1