Merge "Enable add/remove window manager log points" into nyc-dev

am: 5b30f0df3f

* commit '5b30f0df3f062e1b18882e3695c9e084f7b87786':
  Enable add/remove window manager log points
This commit is contained in:
Wale Ogunwale
2016-03-02 04:48:54 +00:00
committed by android-build-merger

View File

@@ -35,7 +35,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_ADD_REMOVE = true;
static final boolean DEBUG_FOCUS = false;
static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false;
static final boolean DEBUG_ANIM = false;