More diags in TouchInteractionService

Bug: 138251824
Change-Id: I0909a2c85b1b2bdd8b67da59c978d6a3bbb58ee5
This commit is contained in:
vadimt
2019-07-25 16:38:39 -07:00
parent 3bbb20262b
commit f88d0b5a8a
@@ -335,6 +335,9 @@ public class TouchInteractionService extends Service implements
if (mInputEventReceiver != null) {
mInputEventReceiver.dispose();
mInputEventReceiver = null;
if (TestProtocol.sDebugTracing) {
Log.d(TestProtocol.NO_BACKGROUND_TO_OVERVIEW_TAG, "disposeEventHandlers");
}
}
if (mInputMonitorCompat != null) {
mInputMonitorCompat.dispose();