Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/kernel_log_monitor/kernel_log_server.h"
#include <fcntl.h>
#include <sys/types.h>
#include <cstddef>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include <android-base/logging.h>
#include <android-base/strings.h>
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/common/libs/fs/shared_select.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
#include "cuttlefish/host/libs/config/config_constants.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::monitor |
namespace | cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc} |
Functions | |
void | cuttlefish::monitor::anonymous_namespace{kernel_log_server.cc}::ProcessSubscriptions (Json::Value message, std::vector< EventCallback > *subscribers) |