Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2320ac75 authored by Dichen Zhang's avatar Dichen Zhang Committed by Android (Google) Code Review
Browse files

Merge "enum migration"

parents 1b14e673 3f2116b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

#include "cleaner.h"
#include "MediaMetricsService.h"
#include "frameworks/proto_logging/stats/enums/stats/mediametrics/mediametrics.pb.h"
#include "frameworks/proto_logging/stats/message/mediametrics_message.pb.h"
#include "iface_statsd.h"

namespace android {
@@ -51,7 +51,7 @@ bool statsd_codec(const std::shared_ptr<const mediametrics::Item>& item,

    // the rest into our own proto
    //
    ::android::stats::mediametrics::CodecData metrics_proto;
    ::android::stats::mediametrics_message::CodecData metrics_proto;

    // flesh out the protobuf we'll hand off with our data
    //