android_system_core/liblog/include/log
Bernie Innocenti 804e7d8c4f Fix clang-tidy warnings in log_time.h
- Zero initialize log_time instances by default
 - Disable implicit conversions by making constructors explicit
 - Explicitly initialize to EPOCH in most places
 - Change sniffTime() to avoid in-place modification of a log_time

I stopped here, but we could consider following up with a more invasive
change to make log_time instances immutable and perhaps also remove the
default constructor to force explicit initialization to EPOCH.

Test: atest libbase_test netd_unit_test
Change-Id: I67e716ef74adaaf40ab2c6e2e0dddb8d309bc7ca
2019-01-17 14:45:19 +09:00
..
event_tag_map.h Use #pragma one for all liblog includes 2019-01-16 10:49:45 -08:00
log.h Merge "Remove liblog's rate limiting" 2019-01-17 01:25:27 +00:00
log_event_list.h Use #pragma one for all liblog includes 2019-01-16 10:49:45 -08:00
log_id.h Use #pragma one for all liblog includes 2019-01-16 10:49:45 -08:00
log_main.h Use #pragma one for all liblog includes 2019-01-16 10:49:45 -08:00
log_properties.h Use #pragma one for all liblog includes 2019-01-16 10:49:45 -08:00
log_radio.h Use #pragma one for all liblog includes 2019-01-16 10:49:45 -08:00
log_read.h Use #pragma one for all liblog includes 2019-01-16 10:49:45 -08:00
log_safetynet.h Use #pragma one for all liblog includes 2019-01-16 10:49:45 -08:00
log_system.h Use #pragma one for all liblog includes 2019-01-16 10:49:45 -08:00
log_time.h Fix clang-tidy warnings in log_time.h 2019-01-17 14:45:19 +09:00
log_transport.h Use #pragma one for all liblog includes 2019-01-16 10:49:45 -08:00
logprint.h Use #pragma one for all liblog includes 2019-01-16 10:49:45 -08:00
uio.h Use #pragma one for all liblog includes 2019-01-16 10:49:45 -08:00