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

Commit 67eb5a5b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Improving wtf log for non-cached freezability" into main

parents e5734fd9 e108f322
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19441,8 +19441,9 @@ public class ActivityManagerService extends IActivityManager.Stub
            if (freezePolicy) {
                if (Flags.cpuTimeCapabilityBasedFreezePolicy()
                        && !com.android.server.notification.Flags.allowFreezingIdleNls()
                        && app.getCurAdj() < CACHED_APP_MIN_ADJ) {
                    Slog.wtfStack(TAG, "Non-cached process may get frozen soon: "
                    Slog.wtfStack(TAG, "Unexpected non-cached process may get frozen soon: "
                            + " name: " + app.processName
                            + " curAdj: " + app.getCurAdj()
                            + " oldOomAdj: " + oldOomAdj