platform_system_core/liblog/tests
Mark Salyzyn 476b771bda liblog: logprint: deal with malformed log messages
(cherry picked from commit 083c53462a)

Try to print as much content as possible should the application
logging only submit content as part of a tag with an empty message.
We search for the first non-printable ascii character in the tag, in
order to split it up for printing.

Applications (such as com.yahoo.mobile.client.android.weather) that
malform their log messages will no longer be punished by truncating
the content, but this should never be considered advocacy for their
bad behavior.

Bug: 27585978
Change-Id: Idb0680e8d6a6ad2bef5150661905acccb5b70afb
2016-03-24 12:21:53 -07:00
..
Android.mk liblog: deprecate TARGET_USES_LOGD 2015-07-28 09:37:07 -07:00
benchmark.h liblog: Add liblog test suite 2014-01-27 15:17:39 -08:00
benchmark_main.cpp Move liblog tests and benchmarks to libc++. 2014-11-12 03:44:16 +00:00
libc_test.cpp liblog: deprecate TARGET_USES_LOGD 2015-07-28 09:37:07 -07:00
liblog_benchmark.cpp liblog: is loggable is flaky 2015-12-22 10:06:22 -08:00
liblog_test.cpp liblog: logprint: deal with malformed log messages 2016-03-24 12:21:53 -07:00