commit | 4a89fb765a3a187b0f14bb1e4c10a1cbc025ce81 | [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 | ca937993fab8357975b3674cbbc8bd047f4aa8dd | |
parent | a9ccee4f41e076795aba34ba92541e6f3d6ca859 [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