diff options
| author | 2022-09-08 04:21:02 +0000 | |
|---|---|---|
| committer | 2022-09-08 04:21:02 +0000 | |
| commit | 61d4b956a6faddc3f63d96103db9980417a34e24 (patch) | |
| tree | bad73d5c11310c0167a1219b1918a4502f7b53a4 | |
| parent | 379c38b1aeea28a52dcfccb3df26ba73e0024436 (diff) | |
Enable shell drag and drop logging to diagnose drag failure
Bug: 234653212
Test: Presubmit
Change-Id: Icb46e5d95a03d342c8c9394d787a5d7e71a70602
| -rw-r--r-- | libs/WindowManager/Shell/src/com/android/wm/shell/protolog/ShellProtoLogGroup.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/ShellProtoLogGroup.java b/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/ShellProtoLogGroup.java index 93c75299a64b..3fef82352728 100644 --- a/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/ShellProtoLogGroup.java +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/ShellProtoLogGroup.java @@ -32,7 +32,7 @@ public enum ShellProtoLogGroup implements IProtoLogGroup { Consts.TAG_WM_SHELL), WM_SHELL_TRANSITIONS(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, true, Consts.TAG_WM_SHELL), - WM_SHELL_DRAG_AND_DROP(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false, + WM_SHELL_DRAG_AND_DROP(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, true, Consts.TAG_WM_SHELL), WM_SHELL_STARTING_WINDOW(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false, Consts.TAG_WM_STARTING_WINDOW), |