HomeSort by relevance Sort by last modified time
    Searched refs:SLOGV_IF (Results 1 - 2 of 2) sorted by null

  /system/core/liblog/include/log/
log_system.h 62 #ifndef SLOGV_IF
64 #define SLOGV_IF(cond, ...) ((void)0)
66 #define SLOGV_IF(cond, ...) \
  /system/core/liblog/tests/
log_system_test.cpp 58 SLOGV_IF(true, content);
60 SLOGV_IF(false, content_false);

Completed in 111 milliseconds