|
Android-cuttlefish cvd tool
|
#include <string>#include <string_view>#include "cuttlefish/host/commands/cvd/cli/commands/monitor/severity.h"#include "cuttlefish/result/result_type.h"

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) |