commit | a6d9f6f32e2ae0494a9a210951e54cfded0c50ff | [log] [tgz] |
---|---|---|
author | xshu <xshu@google.com> | Tue Nov 26 11:26:08 2019 -0800 |
committer | xshu <xshu@google.com> | Mon Dec 02 16:39:49 2019 -0800 |
tree | ff1f3cbfb525a55fd17eaacf9f08592765d27eb4 | |
parent | a97706dbc69bac2a3549cf853251f6bce129ce86 [diff] |
Fix boot regression from KeyStore being slow Getting the secret hashfunction from KeyStore had increased wifi service start time by ~20ms. Moving this to loadFromStore, which happens right after boot complete, should fix the problem. Bug: 144579147 Test: atest FrameworksWifiTests Change-Id: I478f1d558121e56e3d8bdeed4220eb8ba4ef097a Merged-In: I478f1d558121e56e3d8bdeed4220eb8ba4ef097a (cherry picked from: ee59f7184e11823315ed38b98991aab539173115)