platform_system_core/liblog/include
Chih-Hung Hsieh 9911e28043 Allow LOG_ALWAYS_FATAL_IF in constexpr functions
* When __FAKE_USE_VA_ARGS has args that are not constexpr,
  reaching it in a constexpr function will be make the
  constexpr function invalid.
  To allow LOG_ALWAYS_FATAL_IF in a constexpr functions when
  the tested condition is false, it should call __FAKE_USE_VA_ARGS
  only when the tested condition is true.
* Other ALOG*_IF macros are also changed to call
  __FAKE_USE_VA_ARGS only when the tested condition is true.

Bug: 148548418
Test: WITH_TIDY=1 make
Change-Id: Ie8a444dffbf9cbef78e5e0b49b44f4092bcf9982
2020-01-30 09:39:50 -08:00
..
android Move default tag from libbase to liblog 2020-01-23 08:39:31 -08:00
log Allow LOG_ALWAYS_FATAL_IF in constexpr functions 2020-01-30 09:39:50 -08:00
private liblog: fixup log_id_t 2019-10-18 09:58:08 -07:00