Merge "Disabled debug logs" into nyc-dev
am: a521c4a9fa
* commit 'a521c4a9fae31a1d51e80b2312c7e2a0b03908a9':
Disabled debug logs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user