platform_system_core/liblog/include/log
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
..
event_tag_map.h liblog: add android_lookupEventTagNum 2017-02-02 15:21:15 -08:00
log.h liblog: add log/log_read.h 2017-01-26 21:13:31 +00:00
log_event_list.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
log_frontend.h liblog: add local_logger 2017-02-08 15:07:06 -08:00
log_id.h liblog: add log/log_id.h 2017-01-25 15:41:43 -08:00
log_main.h ndk: reverse course on android/log.h 2017-01-25 15:41:43 -08:00
log_radio.h liblog: add logprint to host build 2017-02-08 13:37:44 -08:00
log_read.h liblog: add logprint to host build 2017-02-08 13:37:44 -08:00
log_system.h liblog: add logprint to host build 2017-02-08 13:37:44 -08:00
log_time.h liblog: add log/log_time.h 2017-01-25 15:41:43 -08:00
logd.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
logger.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00
logprint.h logcat: test: inject() tuning 2017-01-30 15:42:56 -08:00
uio.h Revert "Revert "Exporting C headers from system/core"" 2017-01-25 12:50:29 -08:00