commit | 517808981e725313fa7dd40f1d0f682cc6b59c92 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Apr 29 15:28:15 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Wed May 06 13:37:33 2020 -0700 |
tree | 0f19829e4deedf9f8f30db4cbaa62179ca5d13ff | |
parent | f2c2746aba7a1722fb2a0a914d9ec060b65ccd62 [diff] |
logd: don't check of the timestamp of audit messages is monotonic This is the last isMonotonic() user and can go away. This timestamp is set in the kernel source in either the audit_get_stamp() or __audit_syscall_entry() functions. In both cases, the value used is from ktime_get_coarse_real_ts64(), which is a realtime timestamp. Test: audit messages show in the log correctly. Change-Id: Ife6c09dd97fccdfc7a8f07ee63161079ae2eccc4