|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/run_cvd/launch/kernel_log_monitor.h"#include <errno.h>#include <stddef.h>#include <string.h>#include <string>#include <unordered_set>#include <utility>#include <vector>#include "absl/log/check.h"#include "fruit/component.h"#include "fruit/fruit_forward_decls.h"#include "fruit/injector.h"#include "fruit/macro.h"#include "cuttlefish/common/libs/fs/fd.h"#include "cuttlefish/common/libs/fs/shared_fd.h"#include "cuttlefish/host/libs/config/config_instance_derived.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/host/libs/config/known_paths.h"#include "cuttlefish/host/libs/feature/command_source.h"#include "cuttlefish/host/libs/feature/feature.h"#include "cuttlefish/host/libs/feature/inject.h"#include "cuttlefish/host/libs/feature/kernel_log_pipe_provider.h"#include "cuttlefish/posix/strerror.h"#include "cuttlefish/process/command.h"#include "cuttlefish/result/result.h"
Classes | |
| class | cuttlefish::anonymous_namespace{kernel_log_monitor.cpp}::KernelLogMonitor |
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{kernel_log_monitor.cpp} |
Functions | |
| fruit::Component< fruit::Required< const CuttlefishConfig::InstanceSpecific >, KernelLogPipeProvider > | cuttlefish::KernelLogMonitorComponent () |