android_system_core/liblog/tests
Tom Cherry 5f4c79f510 liblog: cleanup TODOs in tests
1) log_msg.msg() will never be nullptr, unless logd sends an invalid
   response, so it's the right idea to ASSERT() that this is true
   instead of just checking and continuing.
2) Even though liblog.too_big_payload is tautological, there's no
   reason not to test it, in case the assumptions that make it
   tautological change.
3) We're not too worried about the return value of logging functions
   or that liblog prevents them from being written (anyone can write
   their own values to logd after all).

Test: liblog-unit-tests
Change-Id: I144cc7cf45c164ea5f04e0786ff0e298fd626f07
2020-04-10 13:48:05 -07:00
..
Android.bp Remove vts10 tests from vts suite 2020-03-27 10:07:44 -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 Remove ANDROID_LOG_RDONLY, etc 2020-03-23 13:43:27 -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: cleanup TODOs in tests 2020-04-10 13:48:05 -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
logprint_test.cpp liblog: support extended logger_entry headers 2020-04-09 15:48:44 -07:00
rwlock_test.cpp liblog: use a rwlock for writer initialization 2019-12-12 16:19:08 -08:00