commit | 54c11f3899b24b88083c5289ffc79b5cd96fb17b | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Dec 03 15:37:00 2015 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Wed Dec 09 08:12:07 2015 -0800 |
tree | d7c556d2e1e729a5d6d5494797014ac42ced5c01 | |
parent | ad063fc42ac9dde339dee29ca6d0d1598d915404 [diff] |
logger.h: reduce maximum payload so sum is page size Reduce maximum log payload so that the sum with the maximum length header logger_entry_v4 is a page size. This is a performance measure. Expect side effects, truncates messages 8 bytes earlier. The length has a long history (2008) so there may be non-C code somewhere that has it hard-coded rather than reflecting this header. CTS tests may need to be adjusted. Bug: 25996918 Change-Id: I598c8c5cc78f6b0afc2c1f30cc6f3c18eb8c4c9d