Merge "Disabled debug logs" into nyc-dev

am: a521c4a9fa

* commit 'a521c4a9fae31a1d51e80b2312c7e2a0b03908a9':
  Disabled debug logs
This commit is contained in:
Wale Ogunwale
2016-03-08 17:11:28 +00:00
committed by android-build-merger
2 changed files with 2 additions and 3 deletions

View File

@@ -1078,8 +1078,7 @@ public final class ViewRootImpl implements ViewParent,
scheduleTraversals();
} else {
if (mAttachInfo.mHardwareRenderer != null) {
// TODO: Temporary to help track down b/27286867
Log.d(mTag, "WindowStopped on " + getTitle());
if (DEBUG_DRAW) Log.d(mTag, "WindowStopped on " + getTitle());
mAttachInfo.mHardwareRenderer.updateSurface(null);
mAttachInfo.mHardwareRenderer.destroyHardwareResources(mView);
}

View File

@@ -35,7 +35,7 @@ public class WindowManagerDebugConfig {
static final boolean DEBUG_RESIZE = false;
static final boolean DEBUG = false;
static final boolean DEBUG_ADD_REMOVE = true;
static final boolean DEBUG_ADD_REMOVE = false;
static final boolean DEBUG_FOCUS = false;
static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false;
static final boolean DEBUG_ANIM = false;