Merge "Turn off debug log." into ics-mr1

This commit is contained in:
Dianne Hackborn
2011-11-30 14:11:17 -08:00
committed by Android (Google) Code Review

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;