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

Commit 01a07a9d authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Fix log spam from ActivityManagerService.

Fixes: 79923671
Test: N/A
Change-Id: I40a48fcc57ddb08bf079996e1a774295be99bc92
parent 978de919
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -23749,11 +23749,13 @@ public class ActivityManagerService extends IActivityManager.Stub
                }
                if (procState > ActivityManager.PROCESS_STATE_IMPORTANT_FOREGROUND) {
                    procState = ActivityManager.PROCESS_STATE_IMPORTANT_FOREGROUND;
                    if (DEBUG_OOM_ADJ_REASON || logUid == appUid) {
                        reportOomAdjMessageLocked(TAG_OOM_ADJ,
                                "Raise procstate to external provider: " + app);
                    }
                }
            }
        }
        if (app.lastProviderTime > 0 &&
                (app.lastProviderTime+mConstants.CONTENT_PROVIDER_RETAIN_TIME) > now) {