Fix issue #14492403: Oom scores appear to be incorrect...
...and causing runtime restarts Got a little too aggressive with the delete key. *blush* Change-Id: Icd4637827424211abc2347f7f9407c2d4c95cfad
This commit is contained in:
@@ -15186,8 +15186,8 @@ public final class ActivityManagerService extends ActivityManagerNative
|
||||
// it when computing the final cached adj later. Note that we don't need to
|
||||
// worry about this for max adj above, since max adj will always be used to
|
||||
// keep it out of the cached vaues.
|
||||
adj = app.modifyRawOomAdj(adj);
|
||||
|
||||
app.curAdj = app.modifyRawOomAdj(adj);
|
||||
app.curSchedGroup = schedGroup;
|
||||
app.curProcState = procState;
|
||||
app.foregroundActivities = foregroundActivities;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user