Merge "Prevent LocalService#updateOomAdj been called during test"
This commit is contained in:
committed by
Android (Google) Code Review
commit
95a114f6d7
@@ -5460,7 +5460,7 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub {
|
||||
updateOomAdj = true;
|
||||
}
|
||||
if (updateOomAdj) {
|
||||
mH.post(mAmInternal::updateOomAdj);
|
||||
updateOomAdj();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user