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

Commit e4f131a5 authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

Disabled debug logs

Disabled log points that were enabled for b/27286867

Bug: 27286867
Change-Id: I1a5fe82dfc3e85adef12be8b52277be6131f5d73
parent 36207375
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;