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

Commit 90fae4e2 authored by Hui Yu's avatar Hui Yu Committed by Automerger Merge Worker
Browse files

Revert "If didSomething condition is reversed." am: 240839a8

Change-Id: Ib449fc1b57476b65d4aed50915a9b9b508175485
parents 3845fc2f 240839a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");
        }