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

Commit 922a8000 authored by Dichen Zhang's avatar Dichen Zhang
Browse files

Enum migration for MediaRecorder

Test: make
Change-Id: I2846f2de178c4a216069ffb47b6dc0886e389d04
parent 33463f9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
#include <statslog.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 {
@@ -50,7 +50,7 @@ bool statsd_recorder(const std::shared_ptr<const mediametrics::Item>& item,

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

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