|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/monitor/command_handler.h"#include <unistd.h>#include <memory>#include <string>#include <string_view>#include <vector>#include "cuttlefish/common/libs/fs/shared_fd.h"#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/flag_parser/flag.h"#include "cuttlefish/host/commands/cvd/cli/command_request.h"#include "cuttlefish/host/commands/cvd/cli/commands/command_handler.h"#include "cuttlefish/host/commands/cvd/cli/commands/monitor/monitor.h"#include "cuttlefish/host/commands/cvd/cli/help_format.h"#include "cuttlefish/host/commands/cvd/cli/selector/selector.h"#include "cuttlefish/host/commands/cvd/instances/instance_manager.h"#include "cuttlefish/host/commands/cvd/utils/interrupt_listener.h"#include "cuttlefish/result/expect.h"#include "cuttlefish/result/result_type.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{command_handler.cc} |
Functions | |
| std::unique_ptr< CvdCommandHandler > | cuttlefish::NewCvdMonitorCommandHandler (InstanceManager &instance_manager) |
Variables | |
| constexpr char | cuttlefish::anonymous_namespace{command_handler.cc}::kSummaryHelpText [] |
| constexpr char | cuttlefish::anonymous_namespace{command_handler.cc}::kDetailedHelpText [] |
| constexpr char | cuttlefish::anonymous_namespace{command_handler.cc}::kMonitorCmd [] = "monitor" |
| constexpr char | cuttlefish::anonymous_namespace{command_handler.cc}::kSeverityHelp [] |
| constexpr char | cuttlefish::anonymous_namespace{command_handler.cc}::kErrorHelp [] = "Equivalent to --monitor_severity=error" |