platform_system_core/logd/fuzz
Tom Cherry d2743ef5c9 liblog: don't cache property size values and move to own file
Don't cache the property size values since they're only queried at the
start of logd and only once during dumpstate.  Initializing
SerializedLogBuffer, which includes all of the logd queries, takes
under 100us without the cache, certainly fast enough that this cache
is unneeded.

Move these functions to their own file in preparation for removing
them from liblog.

Test: log sizes set appropriately
Change-Id: I15a2fd687dcffb4eab2f22ee0825ca86e40cdba3
2020-08-03 13:17:12 -07:00
..
corpus logd: fix use after resize of contents_ vector 2020-06-24 15:31:46 -07:00
Android.bp logd: fix use after resize of contents_ vector 2020-06-24 15:31:46 -07:00
log_buffer_log_fuzzer.cpp liblog: don't cache property size values and move to own file 2020-08-03 13:17:12 -07:00
serialized_log_buffer_fuzzer.cpp logd: add fuzzer for SerializedLogBuffer and other improvements 2020-06-23 11:37:49 -07:00