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

Commit a5b8883b authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am f8d20bd6: Merge "Turn off debug log." into ics-mr1

* commit 'f8d20bd6':
  Turn off debug log.
parents 937925f5 f8d20bd6
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;