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

Skip to content
Commit 7c8169b0 authored by jinchul.kim's avatar jinchul.kim Committed by Steve Kondik
Browse files

Kill process asynchronously on updateOomAdjLocked.

Kill process takes time, especially on killProcessGroup. If it is called
by updateOomAdjLocked, it keeps lock of mServices for moments and other
requests would be delayed, like attachApplication.

If is called frequently, it may occur latency problem. Killing job is
needed to be done asynchronously in updateOomAdjLocked at least.

Change-Id: I745851943e8dbee7f823a8b4aa17c521e43e2e06
parent 383ec100
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment