|
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::LauncherLine |
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< LauncherLine > | cuttlefish::ParseLauncherLine (std::string_view line) |
| std::string | cuttlefish::FormatLauncherLine (const LauncherLine &line) |
| Result< std::string > | cuttlefish::ColorLauncherLine (std::string_view line) |
| Result< bool > | cuttlefish::FilterLauncherLine (LogSeverity filter, std::string_view line) |