Searched refs:Debug (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/util/nanotool/ |
D | log.cpp | 63 void Log::Debug(const char *format, ...) { in Debug() function in android::Log 64 LOG_EX_VARARGS(LogLevel::Debug, format); in Debug() 72 if (Log::level_ < LogLevel::Debug) { in DebugBuf() 81 Log::Debug("Dumping buffer of size %zu bytes", size); in DebugBuf() 89 Log::Debug(" %s\t%s", line, line_chars); in DebugBuf() 103 Log::Debug(" %s%s%s", line, tabs.c_str(), line_chars); in DebugBuf() 115 case LogLevel::Debug: in LevelAbbrev()
|
D | log.h | 35 #define LOGD(fmt, ...) Log::Debug(fmt, ##__VA_ARGS__) 57 Debug, enumerator 73 static void Debug(const char *format, ...);
|
D | nanotool.cpp | 342 Log::SetLevel(Log::LogLevel::Debug); in ParseArgs()
|