diff options
author | Tom Cherry <tomcherry@google.com> | 2019-08-21 13:17:12 -0700 |
---|---|---|
committer | Tom Cherry <tomcherry@google.com> | 2020-04-08 10:31:29 -0700 |
commit | 65abf3953ef22202a7aa00fd3356c598346d1d4a (patch) | |
tree | ca05b6eacd6ad3db1c386efa9834e17720bbab88 /trusty/coverage/coverage.cpp | |
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
Diffstat (limited to 'trusty/coverage/coverage.cpp')
0 files changed, 0 insertions, 0 deletions