Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 677a5696 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

Merge "Disabled debug logs" into nyc-dev

am: a521c4a9

* commit 'a521c4a9':
  Disabled debug logs
parents be08f261 a521c4a9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);
                }
+1 −1
Original line number Diff line number Diff line
@@ -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;