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()
|