Loading tests/src/com/android/launcher3/util/rule/FailureInvestigator.java +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ class FailureInvestigator { logSinceBoot = UiDevice.getInstance(getInstrumentation()) .executeShellCommand("logcat -d -t " + systemBootTime.replace(" ", "")); } catch (IOException e) { } catch (IOException | OutOfMemoryError e) { return 0; } Loading Loading
tests/src/com/android/launcher3/util/rule/FailureInvestigator.java +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ class FailureInvestigator { logSinceBoot = UiDevice.getInstance(getInstrumentation()) .executeShellCommand("logcat -d -t " + systemBootTime.replace(" ", "")); } catch (IOException e) { } catch (IOException | OutOfMemoryError e) { return 0; } Loading