Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85a8da02 authored by Tony Wickham's avatar Tony Wickham
Browse files

Dump input monitor and input event receiver to bug reports

Test: adb shell dumpsys activity service TouchInteractionService
Bug: 180915942
Change-Id: Ic1155b323cd3f9cef164ce4d663cadc4b29a0893
parent 4076cae8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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