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

Commit bbb09ace authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Turn off debug log.

Change-Id: I1d4612133580d493d81d0b15752e009202e95ce0
parent 2f504d9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14249,7 +14249,7 @@ public final class ActivityManagerService extends ActivityManagerNative
        if (app.curAdj != app.setAdj) {
            if (Process.setOomAdj(app.pid, app.curAdj)) {
                if (true || DEBUG_SWITCH || DEBUG_OOM_ADJ) Slog.v(
                if (DEBUG_SWITCH || DEBUG_OOM_ADJ) Slog.v(
                    TAG, "Set " + app.pid + " " + app.processName +
                    " adj " + app.curAdj + ": " + app.adjType);
                app.setAdj = app.curAdj;