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

* commit 'a5b8883b0db9d6e129b88f003b541fafd829c77b':
  Turn off debug log.
This commit is contained in:
Dianne Hackborn
2011-11-30 14:16:20 -08:00
committed by Android Git Automerger

View File

@ -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;