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

Commit 6bcc7857 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: Ifbda4c4478ec4742c43c8b208d32d470da7da609
parents e20335a1 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");
        }