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

Commit b89ef807 authored by Shai Barack's avatar Shai Barack
Browse files

Add missing MQ depth counter decrement

Not the root cause for b/419335618, but still a bug.

Flag: EXEMPT bugfix
Bug: 419335618
Change-Id: I22aeae8555b291072a50182d816f4e66f5cb930b
parent e8d0c310
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2920,6 +2920,7 @@ public final class MessageQueue {
                        msg.target + " sending message to a Handler on a dead thread");
                Log.w(TAG_C, e.getMessage(), e);
                msg.recycleUnchecked();
                decAndTraceMessageCount();
                return false;
            }