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

Commit 34fff332 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

Change-Id: I2d87b17fcc100291d0bd7a5681db33cd9d096d7b
parents a97f82cc b40a87ca
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");
        }