summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/wm
diff options
context:
space:
mode:
authorWale Ogunwale <ogunwale@google.com>2015-06-02 11:32:52 -0700
committerWale Ogunwale <ogunwale@google.com>2015-06-02 11:32:52 -0700
commit9573ae1deedecb8ce7b834e308e6b2db9064bb09 (patch)
tree2e128d5c92a56c0c9d222dbc6731e6f0dc060b76 /services/core/java/com/android/server/wm
parent233241f13d5d7f841d3db80408429d4d0a528c78 (diff)
downloadframeworks_base-9573ae1deedecb8ce7b834e308e6b2db9064bb09.zip
frameworks_base-9573ae1deedecb8ce7b834e308e6b2db9064bb09.tar.gz
frameworks_base-9573ae1deedecb8ce7b834e308e6b2db9064bb09.tar.bz2
Enabled WMS.DEBUG_STARTING_WINDOW
To debug starting window issue reported in comment #38 of b/21384482 Bug 21384482 Change-Id: I2fbafda5fa79448057cf27a65d1be9b96894770e
Diffstat (limited to 'services/core/java/com/android/server/wm')
-rw-r--r--services/core/java/com/android/server/wm/WindowManagerService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/wm/WindowManagerService.java b/services/core/java/com/android/server/wm/WindowManagerService.java
index 5c9f87e..d996caa 100644
--- a/services/core/java/com/android/server/wm/WindowManagerService.java
+++ b/services/core/java/com/android/server/wm/WindowManagerService.java
@@ -208,7 +208,7 @@ public class WindowManagerService extends IWindowManager.Stub
static final boolean DEBUG_APP_ORIENTATION = false;
static final boolean DEBUG_CONFIGURATION = false;
static final boolean DEBUG_APP_TRANSITIONS = false;
- static final boolean DEBUG_STARTING_WINDOW = false;
+ static final boolean DEBUG_STARTING_WINDOW = true;
static final boolean DEBUG_WALLPAPER = false;
static final boolean DEBUG_WALLPAPER_LIGHT = false || DEBUG_WALLPAPER;
static final boolean DEBUG_DRAG = false;