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

Commit 39c61019 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Catching OOM exceptions in auto-investigator" into ub-launcher3-master

parents de982324 6f963766
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }