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

Commit 272d14c5 authored by Bryce Lee's avatar Bryce Lee
Browse files

Enable focus logs for WindowManagerService.

This is temporary to hunt down root cause of b/63404575.

Bug: 63404575
Test: manual
Change-Id: I137f796e8f180ad24d0eeca67fbd74ff382e6b9d
parent 8fe91591
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 = false;
    static final boolean DEBUG_FOCUS = true;
    static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false;
    static final boolean DEBUG_ANIM = false;
    static final boolean DEBUG_KEYGUARD = false;