Searched defs:DLP_LOG_DEBUG (Results 1 – 1 of 1) sorted by relevance
/base/security/dlp_permission_service/frameworks/common/include/ |
D | dlp_permission_log.h | 28 #define DLP_LOG_DEBUG(fmt, ...) HILOG_DEBUG(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_ARGS__) macro 38 #define DLP_LOG_DEBUG(label, fmt, ...) \ macro 55 #define DLP_LOG_DEBUG(fmt, ...) printf("[%s] debug: %s: " fmt "\n", LOG_TAG, __func__, ##__VA_ARGS_… macro
|