Fix log spam from ActivityManagerService.
Fixes: 79923671 Test: N/A Change-Id: I40a48fcc57ddb08bf079996e1a774295be99bc92
This commit is contained in:
@@ -23749,8 +23749,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