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

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

Merge "Correctly abort dispatching on ANR."

parents e5284044 abdf91a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12814,7 +12814,7 @@ public class ActivityManagerService extends IActivityManager.Stub
            timeout = getInputDispatchingTimeoutLocked(proc);
        }
        if (!inputDispatchingTimedOut(proc, null, null, aboveSystem, reason)) {
        if (inputDispatchingTimedOut(proc, null, null, aboveSystem, reason)) {
            return -1;
        }