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

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

Merge "Starting investigation for non-delivered TIS events" into ub-launcher3-rvc-dev

parents 2f644287 87db7187
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -436,6 +436,13 @@ public final class LauncherInstrumentation {
                sEventChecker.finishNoWait();
            }
        }
        // b/156287114
        try {
            log("Input: " + mDevice.executeShellCommand("dumpsys input"));
        } catch (IOException e) {
            e.printStackTrace();
        }

        log("Hierarchy dump for: " + message);
        dumpViewHierarchy();

+3 −1
Original line number Diff line number Diff line
@@ -207,7 +207,9 @@ public class LogEventChecker {

    // Workaround for b/154157191
    private static boolean ignoreMistatch(boolean successfulGesture, String sequence) {
        return TestProtocol.SEQUENCE_TIS.equals(sequence) && successfulGesture;
        // b/156287114
        return false;
//        return TestProtocol.SEQUENCE_TIS.equals(sequence) && successfulGesture;
    }

    // If the list of actual events matches the list of expected events, returns -1, otherwise