Android-cuttlefish cvd tool
Namespaces | Functions
launcher.cc File Reference
#include "cuttlefish/host/commands/cvd/cli/commands/monitor/launcher.h"
#include <cstddef>
#include <string>
#include <string_view>
#include <vector>
#include "absl/strings/str_cat.h"
#include "absl/strings/str_split.h"
#include "cuttlefish/ansi_codes/ansi_codes.h"
#include "cuttlefish/common/libs/utils/tee_logging.h"
#include "cuttlefish/host/commands/cvd/cli/commands/monitor/severity.h"
#include "cuttlefish/result/expect.h"
#include "cuttlefish/result/result_type.h"
Include dependency graph for launcher.cc:

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)