platform_system_core/liblog/tests
Mark Salyzyn 7100288532 liblog: add local_logger
- Create the local-only logger module
- Add LOGGER_LOCAL flag to android_set_log_frontend to enable
- Permit log reader for host compilation

android_set_log_frontend(LOGGER_LOCAL) will result in logs going
into application local memory.  logcat can not retrieve the data,
the user must utilize the log reading interface directly to
acquire their own logs.  Some local logger tests dropped as they
represent testing other liblog facilities.  Other local logger
tests dropped because we make the conscious decision to not
support LOG_ID_SECURITY logging.

ToDo: Some local logger tests dropped because of missing
      functionality associated with blocking reader.

Test: gTest libcutils-tests, logd-unit-tests, liblog-unit-tests,
      logcat-unit-tests, liblog-benchmarks and CtsLiblogTestCases_list
Bug: 27405083
Change-Id: Ia23b932af9e05756eaa60bab9139876b14faf72d
2017-02-08 15:07:06 -08:00
..
Android.mk liblog: add local_logger 2017-02-08 15:07:06 -08:00
AndroidTest.xml liblog: CTS test 2016-11-29 08:40:16 -08:00
benchmark.h Fix google-explicit-constructor warnings in system/core. 2016-07-26 11:26:01 -07:00
benchmark_main.cpp Move liblog tests and benchmarks to libc++. 2014-11-12 03:44:16 +00:00
libc_test.cpp liblog: CTS test 2016-11-29 08:40:16 -08:00
liblog_benchmark.cpp liblog: benchmark: Use local LOGGER_NULL frontend 2017-02-08 13:37:44 -08:00
liblog_test.cpp liblog: add local_logger 2017-02-08 15:07:06 -08:00
liblog_test_default.cpp liblog: add local_logger 2017-02-08 15:07:06 -08:00
liblog_test_local.cpp liblog: add local_logger 2017-02-08 15:07:06 -08:00
log_id_test.cpp liblog: add logprint to host build 2017-02-08 13:37:44 -08:00
log_radio_test.cpp liblog: add logprint to host build 2017-02-08 13:37:44 -08:00
log_read_test.cpp liblog: add log/log_read.h 2017-01-26 21:13:31 +00:00
log_system_test.cpp liblog: add logprint to host build 2017-02-08 13:37:44 -08:00
log_time_test.cpp liblog: add logprint to host build 2017-02-08 13:37:44 -08:00