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

This commit is contained in:
TreeHugger Robot
2020-05-13 20:40:47 +00:00
committed by Android (Google) Code Review
2 changed files with 10 additions and 1 deletions
@@ -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();
@@ -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