Android-cuttlefish cvd tool
Namespaces | Functions
logcat.cc File Reference
#include "cuttlefish/host/commands/cvd/cli/commands/monitor/logcat.h"
#include <stddef.h>
#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 logcat.cc:

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)