Home
last modified time | relevance | path

Searched refs:UPDATE_DEBUG (Results 1 – 2 of 2) sorted by relevance

/base/update/updateservice/services/core/ability/log/include/
Dupdate_log.h32 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/
Dupdate_log.cpp85 case UpdateLogLevel::UPDATE_DEBUG: in PrintSingleLine()