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

Commit 4cbc8e0f authored by Hui Yu's avatar Hui Yu Committed by Automerger Merge Worker
Browse files

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

Change-Id: Id01b3b6f508782487e2f7ed1f21914553557b6e5
parents 4697c8c0 6bcc7857
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");
        }