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

Commit f5e98ead authored by vadimt's avatar vadimt
Browse files

Insert delays in dumping input state

Hpoing to avoid overwhelming logcat

Bug: 156287114
Change-Id: Ia0e95ade205a2c5cd6d7a27b59c9896fb78370af
parent d5315f8c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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) {
@@ -1321,6 +1322,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) {