Merge "If didSomething condition is reversed." into rvc-dev am: b40a87ca91 am: f5f9ea3316

Change-Id: If95c96d7a1b42d40ebd847007ceb025b55215863
This commit is contained in:
TreeHugger Robot
2020-04-28 00:05:24 +00:00
committed by Automerger Merge Worker

View File

@@ -5364,7 +5364,7 @@ public class ActivityManagerService extends IActivityManager.Stub
return false;
}
if (!didSomething) {
if (didSomething) {
updateOomAdjLocked(app, OomAdjuster.OOM_ADJ_REASON_PROCESS_BEGIN);
checkTime(startTime, "attachApplicationLocked: after updateOomAdjLocked");
}