Android-cuttlefish cvd tool
Classes | Namespaces | Functions
logcat.h File Reference
#include <string>
#include <string_view>
#include "cuttlefish/host/commands/cvd/cli/commands/monitor/severity.h"
#include "cuttlefish/result/result_type.h"
Include dependency graph for logcat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cuttlefish::LogcatLine
 

Namespaces

namespace  cuttlefish
 

Functions

Result< LogcatLine > cuttlefish::ParseLogcatLine (std::string_view line)
 
std::string cuttlefish::FormatLogcatLine (const LogcatLine &line)
 
Result< std::string > cuttlefish::ColorLogcatLine (std::string_view line)
 
Result< bool > cuttlefish::FilterLogcatLine (LogSeverity filter, std::string_view line)