commit | 0c37f019f61f37b67e2297e99d96e8396d962f40 | [log] [tgz] |
---|---|---|
author | tmfang <tmfang@google.com> | Wed Jul 03 20:44:42 2019 +0800 |
committer | tmfang <tmfang@google.com> | Thu Jul 04 16:09:34 2019 +0800 |
tree | 97b1a9df56dee4227e364e54bb0351daa6dc0e21 | |
parent | 5328bb34bfce791c942e11f57962814196d8781c [diff] |
Improve Settings launch performance From traces analysis, we found getFreeBytes was taking a long time to return. getFreeBytes was used when storage controller tried to get storage information. In order to prevent this case, we put the action which takes too much time in background thread. Test: I can't reproduce it locally. From code view, this is a reasonable root cause. Fixes: 136268875 Change-Id: I78e42cde88553c003f198cffb5747b352055f59a