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

Commit bfe8bcef authored by Varun Shah's avatar Varun Shah Committed by Android (Google) Code Review
Browse files

Merge "Ensure RuntimeExceptions are also caught properly." into udc-dev

parents 3adf887e 63b0bde4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -674,7 +674,7 @@ public final class AppExitInfoTracker {
                        break;
                }
            }
        } catch (IOException | IllegalArgumentException | WireTypeMismatchException e) {
        } catch (Exception e) {
            Slog.w(TAG, "Error in loading historical app exit info from persistent storage: " + e);
        } finally {
            if (fin != null) {