commit | 65abf3953ef22202a7aa00fd3356c598346d1d4a | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Aug 21 13:17:12 2019 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Wed Apr 08 10:31:29 2020 -0700 |
tree | ca05b6eacd6ad3db1c386efa9834e17720bbab88 | |
parent | 51de894ce447d7de8929d7ff8cfb01af85321409 [diff] |
logd: do not attempt to sort log messages by time Sorting does not work in all cases: * It only sorts messages up to 5 seconds backwards in time * CLOCK_REALTIME, which is used as the time that is sorted, can jump drastically * Buffers are not sorted if there is a reader holding a region lock Removing sorting entirely will give more consistent behavior from logd. Test: logcat still seems sane Change-Id: I0923ab2fb377cda941c1e4972689df46f395ac99