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

Commit 684948dd authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge "Mediametrics: Fix port_id typo" into main am: 21eb71b7 am: fd76397b

parents f63279ff fd76397b
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;