More logging for ANR track-down
More logging for ANR track-down. Seems to relate to starting windows hanging around during app transitions. Bug: 26157153 Change-Id: Ie88d0c97f11bbc6fae029cf28b07b329188e5f86
This commit is contained in:
@@ -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 = true;
|
||||
static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false;
|
||||
static final boolean DEBUG_ANIM = false;
|
||||
@@ -50,8 +50,8 @@ public class WindowManagerDebugConfig {
|
||||
static final boolean DEBUG_ORIENTATION = false;
|
||||
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_APP_TRANSITIONS = true;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user