commit | 4f8125af3824d62cb186b84b57e97ee0e7d4935b | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Jul 09 12:12:48 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Tue Jul 14 18:50:45 2020 +0000 |
tree | af6b2ee69d328cb18e4ddb271efbddf871ccb7d3 | |
parent | 3619489de6509036ce84783f4ec862f73806e836 [diff] |
logd: don't use a thread for deleting log chunks This was a premature optimization. Profiling shows that decompressing and deleting these logs is rather fast and overall CPU utilization is lower without the added thread. Test: profile logd with/without this thread Change-Id: I31bd52077b495d562dd5797585191dc200ad3859