aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host/commands/cvd/metrics/proto/clientanalytics.proto1
-rw-r--r--host/commands/cvd/metrics/utils.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/host/commands/cvd/metrics/proto/clientanalytics.proto b/host/commands/cvd/metrics/proto/clientanalytics.proto
index a120a91a3..e08838456 100644
--- a/host/commands/cvd/metrics/proto/clientanalytics.proto
+++ b/host/commands/cvd/metrics/proto/clientanalytics.proto
@@ -14,6 +14,7 @@
* limitations under the License.
*/
syntax = "proto2";
+package cuttlefish;
message LogRequest {
optional ClientInfo client_info = 1;
diff --git a/host/commands/cvd/metrics/utils.h b/host/commands/cvd/metrics/utils.h
index ff4d40ddc..283d6ffda 100644
--- a/host/commands/cvd/metrics/utils.h
+++ b/host/commands/cvd/metrics/utils.h
@@ -35,7 +35,7 @@ std::string GetMacAddress();
std::string GetCompany();
std::string GetVmmVersion();
uint64_t GetEpochTimeMs();
-std::string ProtoToString(LogEvent* event);
+std::string ProtoToString(cuttlefish::LogEvent* event);
cuttlefish::MetricsExitCodes PostRequest(const std::string& output,
ClearcutServer server);