D | OMXNodeInstance.cpp | 44 #define CLOG_ERROR_IF(cond, fn, err, fmt, ...) \ argument 47 #define CLOG_ERROR(fn, err, fmt, ...) CLOG_ERROR_IF(true, fn, err, fmt, ##__VA_ARGS__) argument 48 #define CLOG_IF_ERROR(fn, err, fmt, ...) \ argument 51 #define CLOGI_(level, fn, fmt, ...) \ argument 53 #define CLOGD_(level, fn, fmt, ...) \ argument 56 #define CLOG_LIFE(fn, fmt, ...) CLOGI_(ADebug::kDebugLifeCycle, fn, fmt, ##__VA_ARGS__) argument 57 #define CLOG_STATE(fn, fmt, ...) CLOGI_(ADebug::kDebugState, fn, fmt, ##__VA_ARGS__) argument 58 #define CLOG_CONFIG(fn, fmt, ...) CLOGI_(ADebug::kDebugConfig, fn, fmt, ##__VA_ARGS__) argument 59 #define CLOG_INTERNAL(fn, fmt, ...) CLOGD_(ADebug::kDebugInternalState, fn, fmt, ##__VA_ARGS__) argument 61 #define CLOG_DEBUG_IF(cond, fn, fmt, ...) \ argument [all …]
|