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

Commit 4ad66abd authored by Bryce Lee's avatar Bryce Lee
Browse files

Revert "Enable focus logs for WindowManagerService."

Removing temporary log enabling.

Bug: 63404575
Test: manual

This reverts commit 272d14c5.

Change-Id: I72f1a4b98a4a896b392a5fdc6b1fd07fb252f34d
parent 647432a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ public class WindowManagerDebugConfig {
    static final boolean DEBUG_RESIZE = false;
    static final boolean DEBUG = false;
    static final boolean DEBUG_ADD_REMOVE = false;
    static final boolean DEBUG_FOCUS = true;
    static final boolean DEBUG_FOCUS = false;
    static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false;
    static final boolean DEBUG_ANIM = false;
    static final boolean DEBUG_KEYGUARD = false;