diff options
| author | 2020-05-27 22:22:14 -0700 | |
|---|---|---|
| committer | 2020-05-28 05:31:51 +0000 | |
| commit | 8da8175d9ba1a65244d76b881f89c4b9f58b5bd2 (patch) | |
| tree | 846b97c76e276b1f57ac7cecf13808525b690814 | |
| parent | 7b3b0611d31416ead42827bf5280a44c573fbb3d (diff) | |
Add starting quickstep rotation to edge gesture handler dump
Bug: 155844780
Change-Id: I85106a792c7b6e09b7906111dddf23ebbd477eb3
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/EdgeBackGestureHandler.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/EdgeBackGestureHandler.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/EdgeBackGestureHandler.java index 8bcdbfef3240..978394ca05ab 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/EdgeBackGestureHandler.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/EdgeBackGestureHandler.java @@ -624,6 +624,7 @@ public class EdgeBackGestureHandler extends CurrentUserTracker implements Displa pw.println(" mIsBackGestureAllowed=" + mIsBackGestureAllowed); pw.println(" mAllowGesture=" + mAllowGesture); pw.println(" mDisabledForQuickstep=" + mDisabledForQuickstep); + pw.println(" mStartingQuickstepRotation=" + mStartingQuickstepRotation); pw.println(" mInRejectedExclusion" + mInRejectedExclusion); pw.println(" mExcludeRegion=" + mExcludeRegion); pw.println(" mUnrestrictedExcludeRegion=" + mUnrestrictedExcludeRegion); |