commit | bc72197b33bb97cdbb4227d66b2b38d889179c08 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Jul 22 15:30:02 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Wed Jul 22 20:21:09 2020 -0700 |
tree | 48824b32ebc9597a9ac758b2e852ab2d9d2891dd | |
parent | dfdc9b105a5a2d5ea926021eb14de7d02797950f [diff] |
logd: use the compressed (serialized) log buffer by default The serialized log buffer along with compression results in: * ~3.5x more logs than chatty * Less CPU usage * Less memory usage * Equivalent log range Also, delete tests that assume that the device logd implementation is chatty. There are actual unit tests for this same behavior that don't rely on the device logd. Test: serialized log buffer is used Change-Id: Ie12898617429a75b6caff92725aa7145650f8fc6