Searched refs:logtag (Results 1 – 6 of 6) sorted by relevance
/system/core/libutils/include/utils/ |
D | CallStack.h | 54 CallStack(const char* logtag, int32_t ignoreDepth = 1); 65 void log(const char* logtag, 121 static void ALWAYS_INLINE logStack(const char* logtag, CallStack* stack = getCurrent().get(), 124 logStackInternal(logtag, stack, priority); 126 ALOG(LOG_WARN, logtag, "CallStack::logStackInternal not linked"); 131 static void ALWAYS_INLINE logStack(const char* logtag, CallStack* = getCurrent().get(), 133 ALOG(LOG_WARN, logtag, "CallStack::logStackInternal not linked"); 156 static void CALLSTACK_WEAK logStackInternal(const char* logtag, const CallStack* stack,
|
D | ProcessCallStack.h | 45 void log(const char* logtag, android_LogPriority priority = ANDROID_LOG_DEBUG,
|
D | Printer.h | 46 LogPrinter(const char* logtag,
|
/system/core/libutils/ |
D | CallStack.cpp | 33 CallStack::CallStack(const char* logtag, int32_t ignoreDepth) { in CallStack() argument 35 this->log(logtag); in CallStack() 53 void CallStack::log(const char* logtag, android_LogPriority priority, const char* prefix) const { in log() argument 54 LogPrinter printer(logtag, priority, prefix, /*ignoreBlankLines*/false); in log() 89 void CallStack::logStackInternal(const char* logtag, const CallStack* stack, in logStackInternal() argument 91 stack->log(logtag, priority); in logStackInternal()
|
D | Printer.cpp | 65 LogPrinter::LogPrinter(const char* logtag, in LogPrinter() argument 69 mLogTag(logtag), in LogPrinter()
|
D | ProcessCallStack.cpp | 192 void ProcessCallStack::log(const char* logtag, android_LogPriority priority, in log() argument 194 LogPrinter printer(logtag, priority, prefix, /*ignoreBlankLines*/false); in log()
|