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

Commit c070620c authored by Zimuzo Ezeozue's avatar Zimuzo Ezeozue Committed by Android (Google) Code Review
Browse files

Merge "Fix legacy mq trace depth accounting" into main

parents fcf7e8e7 61a07660
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1770,6 +1770,7 @@ public final class MessageQueue {
                    mAsyncMessageCount--;
                }
                p.recycleUnchecked();
                decAndTraceMessageCount();
                p = n;
            }