Improve ALOGV compatiblity with clang-tidy

Currently used clang tidy does not filter the warnings caused
by macros, even if macros come from filtered headers.

This change allows projects using ALOGV to use
readability-implicit-bool-conversion without spreading //NOLINT everywhere.

Bug: 71533509
Change-Id: Id1b193d1e56d13f00171e04f600292877c5f6cb3
1 file changed
tree: bf44f825492b2bfe8349ce301db7392511ba092f
  1. liblog/
  2. logcat/
  3. logd/
  4. logwrapper/