commit | 715a58e24d34d55fdc4c54bda0a61e1f7c9d9554 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Mon Apr 13 11:02:12 2020 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Tue Apr 14 08:59:41 2020 -0700 |
tree | 7a3bed856ffb0817ff0bac8fb943f6484ec05b09 | |
parent | 1c146547320e52026627bf372d7029bef5319d04 [diff] |
liblog: cleanup log_read.h header There's no need to pull in <fcntl.h> to get O_NONBLOCK, since the ANDROID_LOG_* macros are better standalone. Also note that 0x00000003 should be reserved since these corresponded to previously used values. Test: build Change-Id: Icaee6ee0250fe97d8324b3b340f7e196767b2711