Skip to content

Commit f8d20bd

Browse files
Dianne HackbornAndroid (Google) Code Review
authored andcommitted
Merge "Turn off debug log." into ics-mr1
2 parents 7797cae + bbb09ac commit f8d20bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/java/com/android/server/am/ActivityManagerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14249,7 +14249,7 @@ private final boolean updateOomAdjLocked(
1424914249

1425014250
if (app.curAdj != app.setAdj) {
1425114251
if (Process.setOomAdj(app.pid, app.curAdj)) {
14252-
if (true || DEBUG_SWITCH || DEBUG_OOM_ADJ) Slog.v(
14252+
if (DEBUG_SWITCH || DEBUG_OOM_ADJ) Slog.v(
1425314253
TAG, "Set " + app.pid + " " + app.processName +
1425414254
" adj " + app.curAdj + ": " + app.adjType);
1425514255
app.setAdj = app.curAdj;

0 commit comments

Comments
 (0)