|
Android-cuttlefish cvd tool
|
#include "cuttlefish/metrics/metrics_transmitter/metrics_conversion.h"#include <chrono>#include <string>#include "cuttlefish/metrics/external_proto/clientanalytics.pb.h"#include "cuttlefish/metrics/external_proto/log_source_enum.pb.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{metrics_conversion.cc} |
Functions | |
| LogRequest | cuttlefish::BuildLogRequest (const std::string &serialized_cf_log_event) |
Variables | |
| constexpr LogSource | cuttlefish::anonymous_namespace{metrics_conversion.cc}::kLogSourceId = LogSource::CUTTLEFISH_METRICS |
| constexpr char | cuttlefish::anonymous_namespace{metrics_conversion.cc}::kLogSourceStr [] = "CUTTLEFISH_METRICS" |
| constexpr ClientInfo::ClientType | cuttlefish::anonymous_namespace{metrics_conversion.cc}::kCppClientType = ClientInfo::CPLUSPLUS |