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

Commit 21eb71b7 authored by Andy Hung's avatar Andy Hung Committed by Gerrit Code Review
Browse files

Merge "Mediametrics: Fix port_id typo" into main

parents 7e548ec4 3531b093
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ bool statsd_audiorecord(const std::shared_ptr<const mediametrics::Item>& item,

    int32_t port_id = -1;
    if (item->getInt32("android.media.audiorecord.portId", &port_id)) {
        metrics_proto.set_port_id(count);
        metrics_proto.set_port_id(port_id);
    }

    int32_t frame_count = -1;