commit | da0d8de65ec982ded06261e784c572bc7072f24c | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Thu Jul 25 18:00:46 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 25 18:00:46 2019 -0700 |
tree | 34d3e59bc765d7a49ca534aaaab585b3349823bd | |
parent | efa4a48231b42b38f61749b7c6e891c8c924ddba [diff] | |
parent | 808b788c14c6ea38e2908525df14c7ad678bd119 [diff] |
More diags in TouchInteractionService am: f88d0b5a8a am: 808b788c14 Change-Id: I8a1acb9d42bab44ba0a866394b63bcb3acdcbadd
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();