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

Commit ed51163a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove additional post from CallSequencingStats" into main

parents 7d16c7e6 59ebc70c
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -136,12 +136,10 @@ public class CallSequencingStats extends TelecomPulledAtom {

    @VisibleForTesting(otherwise = VisibleForTesting.PROTECTED)
    public void log(CallSequencingStatsKey key, int duration) {
        post(() -> {
        CallSequencingStatsData data = mCallSequencingStatsMap
                .computeIfAbsent(key, k -> new CallSequencingStatsData(0, 0));
        data.add(duration);
        onAggregate();
        });
    }

    public void onCallEnd(Call call) {