diff options
| author | 2022-09-08 07:14:03 +0000 | |
|---|---|---|
| committer | 2022-09-08 07:14:03 +0000 | |
| commit | 915edab656a2fe3bc97e574ca93d7eaa41cc9d8d (patch) | |
| tree | 724f35d4e811a8d2d2aa91f8f55aebcbfa051219 | |
| parent | b31a80dedc2b533812f92e666841e360338f4061 (diff) | |
| parent | 61d4b956a6faddc3f63d96103db9980417a34e24 (diff) | |
Merge "Enable shell drag and drop logging to diagnose drag failure" into tm-qpr-dev
| -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),  |