Merge "Insert delays in dumping input state" into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-21 20:39:29 +00:00
committed by Android (Google) Code Review
@@ -440,6 +440,7 @@ public final class LauncherInstrumentation {
try {
Log.e("b/156287114", "Input:");
for (String line : mDevice.executeShellCommand("dumpsys input").split("\\n")) {
SystemClock.sleep(10);
Log.d("b/156287114", line);
}
} catch (IOException e) {
@@ -1338,6 +1339,7 @@ public final class LauncherInstrumentation {
Log.e("b/156287114", "Input:");
for (String line : mDevice.executeShellCommand("dumpsys input").split(
"\\n")) {
SystemClock.sleep(10);
Log.d("b/156287114", line);
}
} catch (IOException e) {