Searched defs:SC_LOG_DEBUG (Results 1 – 1 of 1) sorted by relevance
| /base/security/security_component_manager/frameworks/common/include/ |
| D | sec_comp_log.h | 27 #define SC_LOG_DEBUG(fmt, ...) HILOG_DEBUG(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_ARGS__) macro 37 #define SC_LOG_DEBUG(label, fmt, ...) \ macro 54 #define SC_LOG_DEBUG(fmt, ...) printf("[%s] debug: %s: " fmt "\n", LOG_TAG, __func__, ##__VA_ARGS__) macro
|