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

Commit d0b04ed4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "If didSomething condition is reversed." into rvc-dev am: b40a87ca am:...

Merge "If didSomething condition is reversed." into rvc-dev am: b40a87ca am: f5f9ea33 am: 635c5411

Change-Id: I1c5a724505a9689570f8d61db97ac5a49d8fed61
parents 60c53f80 635c5411
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");
        }