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

Commit ae50b4a7 authored by Varun Shah's avatar Varun Shah Committed by Automerger Merge Worker
Browse files

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

parents 4d4bea5b bfe8bcef
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) {