|
Android-cuttlefish cvd tool
|
#include <memory>#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/host/commands/cvd/cli/commands/monitor/monitor_source.h"#include "cuttlefish/host/commands/cvd/instances/local_instance.h"

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| std::unique_ptr< MonitorSource > | cuttlefish::LauncherLogMonitorSource (const LocalInstance &instance, const LogSeverity severity) |
| std::unique_ptr< MonitorSource > | cuttlefish::KernelLogMonitorSource (const LocalInstance &instance) |
| std::unique_ptr< MonitorSource > | cuttlefish::LogcatMonitorSource (const LocalInstance &instance, const LogSeverity severity) |