platform_system_core/liblog/tests
Tom Cherry bd80e5678f liblog: remove unused log_time functions, inline the others
One of the reasons that logcat and logd statically include liblog is
to access the symbols in log_time.cpp, which we do not expose
otherwise.  Except for strptime(), which will be handled in a separate
CL, these symbols are either small enough to inline in the header or
unused and can be removed.

Test: logging unit tests
Change-Id: I1f8cfbb779aef79fc7d5b6d0050438fe5f0e0e2c
2020-05-18 15:40:26 -07:00
..
Android.bp liblog: mark tests as require_root: true 2020-04-30 14:39:10 -07:00
AndroidTest.xml CtsLiblogTestCases secondary_user 2020-01-06 09:58:07 -08:00
libc_test.cpp Skip pmsg related tests if /dev/pmsg0 is not found 2020-03-23 13:15:05 -07:00
liblog_benchmark.cpp liblog: remove unused log_time functions, inline the others 2020-05-18 15:40:26 -07:00
liblog_default_tag.cpp liblog: fix host tests 2020-01-28 13:07:11 -08:00
liblog_global_state.cpp liblog: correct new APIs per the API review 2020-03-25 18:36:10 +00:00
liblog_host_test.cpp liblog: fix host tests 2020-01-28 13:07:11 -08:00
liblog_test.cpp liblog: remove unused log_time functions, inline the others 2020-05-18 15:40:26 -07:00
log_id_test.cpp Small liblog test fixes & readability improvements. 2017-08-25 14:53:21 +01:00
log_radio_test.cpp liblog: simplify socket_local_client() and always use CLOEXEC 2019-02-12 12:53:19 -08:00
log_read_test.cpp Remove ANDROID_LOG_RDONLY, etc 2020-03-23 13:43:27 -07:00
log_system_test.cpp liblog: simplify socket_local_client() and always use CLOEXEC 2019-02-12 12:53:19 -08:00
log_time_test.cpp Use #pragma one for all liblog includes 2019-01-16 10:49:45 -08:00
log_wrap_test.cpp Remove ANDROID_LOG_RDONLY, etc 2020-03-23 13:43:27 -07:00
logd_writer_test.cpp liblog: require root for multi_connect_dgram_socket test 2020-04-30 14:28:13 -07:00
logprint_test.cpp liblog: support extended logger_entry headers 2020-04-09 15:48:44 -07:00