Searched refs:UPDATE_DEBUG (Results 1 – 2 of 2) sorted by relevance
/base/update/updateservice/services/core/ability/log/include/ |
D | update_log.h | 32 UPDATE_DEBUG = 0, enumerator 86 #define PRINT_LOGD(label, fmt, ...) PRINT_LOG(label, UpdateLogLevel::UPDATE_DEBUG, Debug, fmt, ##__… 95 …UpdateLogLevel::UPDATE_DEBUG, std::string(fmt), std::string(args), std::string(__FILE__), __LINE__…
|
/base/update/updateservice/services/core/ability/log/src/ |
D | update_log.cpp | 85 case UpdateLogLevel::UPDATE_DEBUG: in PrintSingleLine()
|