platform_system_core/liblog/tests
Mark Salyzyn 21de8aca67 liblog: add log/log_read.h
Move log reading definitions to their own home.

struct logger_entry
struct logger_entry_v2
struct logger_entry_v3
struct logger_entry_v4
LOGGER_ENTRY_MAX_PAYLOAD
LOGGER_ENTRY_MAX_LEN
struct log_msg
android_logger_get_id()
android_logger_clear()
android_logger_get_log_size()
android_logger_get_log_readable_size()
struct logger_list
android_logger_get_statistics()
android_logger_get_prune_list()
android_logger_set_prune_list()
android_logger_list_alloc()
android_logger_list_alloc_time()
android_logger_list_free()
android_logger_list_read()
android_logger_open()
android_logger_list_open()

Deal with a possible scenario where fcntl.h was not included at the
top of the source files, and log/log_read.h inclusion of fcntl.h
conflicts with a source file inclusion of sys/cdefs.h definition of
__unused macro.

Test: gTest liblog-unit-tests --gtest_filter=\
      liblog.__android_log_write__android_logger_list_read:\
      liblog.android_logger_get_
Bug: 34250038
Change-Id: Ib33544171563d6a351164754c254c4385686025b
2017-01-26 21:13:31 +00:00
..
Android.mk liblog: add log/log_read.h 2017-01-26 21:13:31 +00: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: event_tag_map benchmark 2016-11-28 15:15:58 -08:00
liblog_test.cpp liblog: add log/log_read.h 2017-01-26 21:13:31 +00:00
log_id_test.cpp liblog: add log/log_id.h 2017-01-25 15:41:43 -08:00
log_radio_test.cpp liblog: add log/log_radio.h 2017-01-25 15:41:43 -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 log/log_system.h 2017-01-25 15:41:43 -08:00
log_time_test.cpp liblog: add log/log_time.h 2017-01-25 15:41:43 -08:00