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

Commit a2750fa8 authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

Merge "Update the oom adj seq for the service record on sending service args" into main

parents f0ebd2e2 54c23b95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5555,6 +5555,7 @@ public final class ActiveServices {
            boolean enqueueOomAdj, @ServiceBindingOomAdjPolicy int serviceBindingOomAdjPolicy)
            throws TransactionTooLargeException {
        if (r.app != null && r.app.isThreadReady()) {
            r.updateOomAdjSeq();
            sendServiceArgsLocked(r, execInFg, false);
            return null;
        }