Merge "Dump input monitor and input event receiver to bug reports" into sc-dev

This commit is contained in:
Tony Wickham
2021-03-22 19:04:14 +00:00
committed by Android (Google) Code Review
@@ -887,6 +887,9 @@ public class TouchInteractionService extends Service implements PluginListener<O
if (mGestureState != null) {
mGestureState.dump(pw);
}
pw.println("Input state:");
pw.println(" mInputMonitorCompat=" + mInputMonitorCompat);
pw.println(" mInputEventReceiver=" + mInputEventReceiver);
SysUINavigationMode.INSTANCE.get(this).dump(pw);
pw.println("TouchState:");
BaseDraggingActivity createdOverviewActivity = mOverviewComponentObserver == null ? null