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

This commit is contained in:
Varun Shah
2023-03-05 16:31:37 +00:00
committed by Android (Google) Code Review

View File

@@ -674,7 +674,7 @@ public final class AppExitInfoTracker {
break; break;
} }
} }
} catch (IOException | IllegalArgumentException | WireTypeMismatchException e) { } catch (Exception e) {
Slog.w(TAG, "Error in loading historical app exit info from persistent storage: " + e); Slog.w(TAG, "Error in loading historical app exit info from persistent storage: " + e);
} finally { } finally {
if (fin != null) { if (fin != null) {