Searched refs:LogPrinter (Results 1 - 4 of 4) sorted by last modified time

/system/core/include/utils/
H A DPrinter.h41 class LogPrinter : public Printer { class in namespace:android
46 LogPrinter(const char* logtag,
61 }; // class LogPrinter
/system/core/libutils/
H A DCallStack.cpp54 LogPrinter printer(logtag, priority, prefix, /*ignoreBlankLines*/false);
H A DPrinter.cpp63 * Implementation of LogPrinter
65 LogPrinter::LogPrinter(const char* logtag, function in class:android::LogPrinter
75 void LogPrinter::printLine(const char* string) {
90 void LogPrinter::printRaw(const char* string) {
H A DProcessCallStack.cpp207 LogPrinter printer(logtag, priority, prefix, /*ignoreBlankLines*/false);

Completed in 72 milliseconds