commit | f88d0b5a8adc837a9fb36bea39e6e3b210aceeac | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Thu Jul 25 16:38:39 2019 -0700 |
committer | vadimt <vadimt@google.com> | Thu Jul 25 16:38:39 2019 -0700 |
tree | 65dbd6bb6123ff4844dc226a87b5027a12b921ab | |
parent | 3bbb20262b204573f1017ae596b5e068f4e7267c [diff] |
More diags in TouchInteractionService Bug: 138251824 Change-Id: I0909a2c85b1b2bdd8b67da59c978d6a3bbb58ee5
diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java index d7ed15c..793e02f 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java
@@ -335,6 +335,9 @@ if (mInputEventReceiver != null) { mInputEventReceiver.dispose(); mInputEventReceiver = null; + if (TestProtocol.sDebugTracing) { + Log.d(TestProtocol.NO_BACKGROUND_TO_OVERVIEW_TAG, "disposeEventHandlers"); + } } if (mInputMonitorCompat != null) { mInputMonitorCompat.dispose();