|
Android-cuttlefish cvd tool
|
#include "cuttlefish/metrics/io/metrics_transmitter.h"#include <string>#include <utility>#include "cuttlefish/common/libs/utils/base64.h"#include "cuttlefish/metrics/external_proto/cf_log.pb.h"#include "cuttlefish/metrics/io/metrics_environment.h"#include "cuttlefish/process/command.h"#include "cuttlefish/process/managed_stdio.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{metrics_transmitter.cc} |
Functions | |
| Result< std::string > | cuttlefish::anonymous_namespace{metrics_transmitter.cc}::GetSerializedProtoArgument (const CuttlefishLogEvent &cf_log_event) |
| Command | cuttlefish::anonymous_namespace{metrics_transmitter.cc}::BuildCommand (const std::string &transmitter_binary, const std::string &serialized_proto) |
| Result< void > | cuttlefish::TransmitMetrics (const std::string &transmitter_binary, const CuttlefishLogEvent &cf_log_event) |