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

Commit fff0dfe3 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 am: 4cbc8e0f

Change-Id: Icfe3be0fafa86a5dd33caaf44c62ea6ac9c6174f
parents 05550dcf 4cbc8e0f
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");
        }