platform_system_core/logd/fuzz
Tom Cherry f93b4006e0 logd: use libbase logging
We can use libbase logging to output to the kernel log instead of the
'prdebug' function, so use that instead.

Bonus #1: we can now use CHECK().
Bonus #2: logging unit tests automatically output to stderr.
Bonus #3: We see dependent library's logs instead of losing them to
the void.

Test: logging unit tests
Test: logs show appropriately in dmesg / stderr
Test: CHECK() works
Change-Id: I92f8056b4820dc4998996cf46460568085299700
2020-06-03 16:29:48 -07:00
..
Android.bp logd: make LogBuffer an interface 2020-05-12 15:39:19 -07:00
log_buffer_log_fuzzer.cpp logd: use libbase logging 2020-06-03 16:29:48 -07:00