platform_system_core/logd/tests
Tom Cherry d3ecc66b9c liblog: support extended logger_entry headers
logger_entry has a hdr_size field meant for backwards compatibility,
however there are a few checks that expect it to be a specific size.
More problematically, it has a variable length array element, msg[0]
at the end, that would be incorrect if the header size was not kept
static.

This change fixes up those issues to facilitate future additions.

Bug: 119867234
Test: logging works with extended size headers, logging unit tests
Test: newly added unit tests with extended size header
Change-Id: I14b2b0855d219d11f374b53a5aa8e05cd6a65eef
2020-04-09 15:48:44 -07:00
..
Android.bp Remove vts10 tests from vts suite 2020-03-27 10:07:44 -07:00
AndroidTest.xml CtsLogdTestCases secondary_user 2020-01-06 09:52:54 -08:00
logd_test.cpp liblog: support extended logger_entry headers 2020-04-09 15:48:44 -07:00