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

Commit ce8c2306 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add dumpsys input where it was missing" into ub-launcher3-rvc-dev

parents 9027a045 bb6f5f52
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1323,6 +1323,16 @@ public final class LauncherInstrumentation {
                if (mCheckEventsForSuccessfulGestures) {
                    final String message = sEventChecker.verify(WAIT_TIME_MS, true);
                    if (message != null) {
                        try {
                            Log.e("b/156287114", "Input:");
                            for (String line : mDevice.executeShellCommand("dumpsys input").split(
                                    "\\n")) {
                                Log.d("b/156287114", line);
                            }
                        } catch (IOException e) {
                            e.printStackTrace();
                        }

                        checkForAnomaly();
                        Assert.fail(formatSystemHealthMessage(
                                "http://go/tapl : successful gesture produced " + message));