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

Commit 55ed100e authored by Shai Barack's avatar Shai Barack
Browse files

Remove redundant trace counter increment

The `incAndTraceMessageCount` is already called above
in this method.

This is a follow up of the change in ag/34027656
where I thought I removed this but I forgot to actually do that.

Flag: EXEMPT bugfix
Bug: 424307660
Test: PerfettoTraceMessageQueueTest
Change-Id: I8fab06c206df844b9a2ad4891b7d785281927106
parent 100f285b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2980,7 +2980,6 @@ public final class MessageQueue {
                        mMessageCounts.incrementQueued();
                    }
                }
                incAndTraceMessageCount(msg, when);
                return true;
            }
        }