Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
Dsp_log.cpp36 static void SpLogOut(SpLogLevel logLevel, const char *logBuf) in SpLogOut() argument
56 (void)HiLogPrint(LOG_CORE, hiLogLevel, LOG_DOMAIN, "SP_daemon", "%{public}s", logBuf); in SpLogOut()
60 printf("[D]%s\n", logBuf); in SpLogOut()
63 printf("[I]%s\n", logBuf); in SpLogOut()
66 printf("[W]%s\n", logBuf); in SpLogOut()
69 printf("[E]%s\n", logBuf); in SpLogOut()
79 char logBuf[LOG_MAX_LEN] = {0}; in SpLog() local
87 ret = vsprintf_s(logBuf, sizeof(logBuf), fmt, arg); in SpLog()
93 SpLogOut(logLevel, logBuf); in SpLog()
/developtools/hdc/src/common/
Dbase.cpp247 … string logBuf = StringFormat("[%s][%s]%s%s %s%s", logLevelString.c_str(), timeString.c_str(), in PrintLogEx() local
250 printf("%s", logBuf.c_str()); in PrintLogEx()
254 LogToFile(logBuf.c_str()); in PrintLogEx()
256 LogToCache(logBuf.c_str()); in PrintLogEx()