History log of /system/core/liblog/tests/log_time_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2ed51d708eda64516ec79ac6397f690de38f0075 09-Mar-2017 Mark Salyzyn <salyzyn@google.com> liblog: specify clang format

Switch coding style to match

SideEffects: None
Test: compile
Bug: 27405083
Change-Id: Id426d5c5e3b18f2ceec22b31bbc9781aabf6bcca
/system/core/liblog/tests/log_time_test.cpp
62d0d2d683f5d19cf9d451548bd03c4b4f53c42e 09-Mar-2016 Mark Salyzyn <salyzyn@google.com> liblog: add logprint to host build

- cleanup of some style issues
- resolve a few minor bugs
- add -lrt for host so that clock_gettime can be issued
- enable write-only logging, logprint and event list
handling tests for host consumption.

NB: CtsLiblogTestCases_list is only outlet for host testing of
the interfaces, but it is not part of any automated testing

Test: gTest liblog-unit-tests, liblog-benchmarks and
CtsLiblogTestCases_list && build mmma system/core/liblog
Bug: 27405083
Change-Id: I13db1f45f67569407587a5a909248de33809b8cf
/system/core/liblog/tests/log_time_test.cpp
52c140ca7216a2abdccd3eec2118bc3a87ded376 25-Jan-2017 Mark Salyzyn <salyzyn@google.com> liblog: add log/log_time.h

Move log_time definitions to their own home.

struct log_time

Test: gTest liblog-unit-tests --gtest_filter=liblog.log_time
Bug: 34250038
Change-Id: I400cf4cc865d1c167699a4654ecb69455a18e604
/system/core/liblog/tests/log_time_test.cpp