Searched defs:chreLogNull (Results 1 - 1 of 1) sorted by relevance

/system/chre/util/include/chre/util/
H A Dlog_common.h33 inline void chreLogNull(const char *fmt, ...) { (void) fmt; } function
35 //! Macro version of chreLogNull that applies toolchain-specific preamble and
40 chreLogNull(fmt, ##__VA_ARGS__); \

Completed in 71 milliseconds