Definition: alloc_driver.h:20
Result< std::string > ColorLogcatLine(std::string_view line)
Definition: logcat.cc:79
LogSeverity
Definition: tee_logging.h:31
Result< LogcatLine > ParseLogcatLine(std::string_view line)
Definition: logcat.cc:36
Result< bool > FilterLogcatLine(LogSeverity filter, std::string_view line)
Definition: logcat.cc:83
tl::expected< T, StackTraceError > Result
Definition: result_type.h:30
std::string FormatLogcatLine(const LogcatLine &line)
Definition: logcat.cc:69
std::string_view uid
Definition: logcat.h:30
std::string_view pid
Definition: logcat.h:31
std::string_view message
Definition: logcat.h:34
std::string_view time
Definition: logcat.h:29
char severity
Definition: logcat.h:32
std::string_view date
Definition: logcat.h:28
std::string_view tag
Definition: logcat.h:33