diff options
| author | 2022-09-08 07:37:51 +0000 | |
|---|---|---|
| committer | 2022-09-08 07:37:51 +0000 | |
| commit | c4785bdde457b46ebaed7e8d8bc8938b6c12c15e (patch) | |
| tree | 909443f2e898168875dcd2416581abdfde416a20 | |
| parent | b4fc867f0ed3bc57ff37d2cb881fff684e29a45a (diff) | |
| parent | 915edab656a2fe3bc97e574ca93d7eaa41cc9d8d (diff) | |
Merge "Enable shell drag and drop logging to diagnose drag failure" into tm-qpr-dev am: 915edab656
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19895066
Change-Id: I38efeda94f7ff945a3e315dc2b78cf967025da21
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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), |