KillProcessGroup on background thread
Killing a 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 attachApplicationNeed. Do killProcessGroup on background thread to void unnecessary waiting. Change-Id: Ie4a9b3979ff5cc78614efd85bb958fffb814137c
Loading
Please register or sign in to comment