Merge "Fix log spam from ActivityManagerService."
This commit is contained in:
committed by
Android (Google) Code Review
commit
15640720bf
@@ -18344,8 +18344,10 @@ public class ActivityManagerService extends IActivityManager.Stub
|
||||
}
|
||||
if (procState > ActivityManager.PROCESS_STATE_IMPORTANT_FOREGROUND) {
|
||||
procState = ActivityManager.PROCESS_STATE_IMPORTANT_FOREGROUND;
|
||||
reportOomAdjMessageLocked(TAG_OOM_ADJ,
|
||||
"Raise procstate to external provider: " + app);
|
||||
if (DEBUG_OOM_ADJ_REASON || logUid == appUid) {
|
||||
reportOomAdjMessageLocked(TAG_OOM_ADJ,
|
||||
"Raise procstate to external provider: " + app);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user