Merge "Starting investigation for non-delivered TIS events" into ub-launcher3-rvc-dev am: 1462617c97

Change-Id: Id118f9e022b0da5a8bcb3ab975411f0ebf5dd47a
This commit is contained in:
TreeHugger Robot
2020-05-13 20:56:48 +00:00
committed by Automerger Merge Worker
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