Searched refs:logtag (Results 1 - 6 of 6) sorted by relevance

/system/core/libutils/
H A DCallStack.cpp33 CallStack::CallStack(const char* logtag, int32_t ignoreDepth) { argument
35 this->log(logtag);
53 void CallStack::log(const char* logtag, android_LogPriority priority, const char* prefix) const { argument
54 LogPrinter printer(logtag, priority, prefix, /*ignoreBlankLines*/false);
H A DPrinter.cpp65 LogPrinter::LogPrinter(const char* logtag, argument
69 mLogTag(logtag),
H A DProcessCallStack.cpp205 void ProcessCallStack::log(const char* logtag, android_LogPriority priority, argument
207 LogPrinter printer(logtag, priority, prefix, /*ignoreBlankLines*/false);
/system/core/include/utils/
H A DCallStack.h38 // Immediately dump it to logcat using the given logtag.
39 CallStack(const char* logtag, int32_t ignoreDepth=1);
49 // Dump a stack trace to the log using the supplied logtag.
50 void log(const char* logtag,
H A DProcessCallStack.h44 // Print all stack traces to the log using the supplied logtag.
45 void log(const char* logtag, android_LogPriority priority = ANDROID_LOG_DEBUG,
H A DPrinter.h46 LogPrinter(const char* logtag,

Completed in 785 milliseconds