android_system_core/liblog/include/log
Jiyong Park 98c0d030c9 Hide implementation details of log_time struct
In the future, the sizes of tv_sec and tv_nsec (or even the size of
log_time struct itself) can change due to the 32-bit overflow expected
to happen in the year 2138. In order to hide such implementation details
to the clients of liblog, the two macros LOG_TIME_SEC and LOG_TIME_NSEC
are introduced.

Furthermore, vendors are provided with a simplified version of log_time.h
without C++ APIs. In doing so, log_time.h no longer includes time.h.
This breaks several modules that implicitly relied on the hidden
dependency, which should be fixed.

Bug: 37629934
Test: build with BOARD_VNDK_VERSION=current
Change-Id: I01b36078c1d8f3f44824be20ae769ba1465b6feb
2017-09-06 15:30:50 +09:00
..
event_tag_map.h liblog: specify clang format 2017-03-09 09:36:19 -08:00
log.h Use void instead of no parameters in 2 function declarations. 2017-07-07 16:11:32 -06:00
log_event_list.h liblog: add bool to android_log_event_list 2017-06-05 07:50:13 -07:00
log_id.h liblog: specify clang format 2017-03-09 09:36:19 -08:00
log_main.h Add sys/cdefs.h to log/log_main.h. 2017-07-17 17:59:35 -07:00
log_properties.h libcutils: compile with BOARD_VNDK_VERSION current 2017-04-17 14:44:17 -07:00
log_radio.h liblog: specify clang format 2017-03-09 09:36:19 -08:00
log_read.h liblog: specify clang format 2017-03-09 09:36:19 -08:00
log_safetynet.h liblog: __android_log_error_write in vndk 2017-05-01 14:40:55 +00:00
log_system.h liblog: specify clang format 2017-03-09 09:36:19 -08:00
log_time.h Hide implementation details of log_time struct 2017-09-06 15:30:50 +09:00
log_transport.h liblog: replace "frontend" with "transport" 2017-03-09 09:36:34 -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 liblog: specify clang format 2017-03-09 09:36:19 -08:00
uio.h liblog: specify clang format 2017-03-09 09:36:19 -08:00