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

Commit e74c1959 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...

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

Change-Id: I30c1f3c756935003c8c8d4385a0e1439ef0c0563
parents b877e80c fff0dfe3
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");
        }