|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/cli/commands/monitor/monitor.h"#include <errno.h>#include <fcntl.h>#include <stdint.h>#include <stdio.h>#include <sys/eventfd.h>#include <sys/inotify.h>#include <sys/poll.h>#include <unistd.h>#include <chrono>#include <iostream>#include <memory>#include <string>#include <string_view>#include <thread>#include <vector>#include "absl/cleanup/cleanup.h"#include "absl/strings/str_cat.h"#include "cuttlefish/ansi_codes/ansi_codes.h"#include "cuttlefish/common/libs/fs/fd.h"#include "cuttlefish/common/libs/fs/shared_fd.h"#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/host/commands/cvd/cli/commands/monitor/display.h"#include "cuttlefish/host/commands/cvd/cli/commands/monitor/drain_inotify.h"#include "cuttlefish/host/commands/cvd/cli/commands/monitor/log_sources.h"#include "cuttlefish/host/commands/cvd/cli/commands/monitor/monitor_source.h"#include "cuttlefish/host/commands/cvd/cli/utils.h"#include "cuttlefish/host/commands/cvd/instances/local_instance.h"#include "cuttlefish/posix/strerror.h"#include "cuttlefish/result/expect.h"#include "cuttlefish/result/result_type.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< void > | cuttlefish::MonitorLogs (const LocalInstance &instance, SharedFD stop_eventfd, LogSeverity severity) |