You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: avoid android.os.strictmode.UnbufferedIoViolation (resubmission of PR #6565) (#6822)
- Wrap InputStream with BufferedInputStream to ensure buffered I/O and
prevent UnbufferedIoViolation in Android 14 (SDK 34).
- Use try-with-resources to automatically close streams, improving
resource management.
- Retain existing functionality for converting InputStream to a UTF-8
string.
This change ensures compliance with Android 14's stricter I/O policies.
Co-authored-by: Matthew Robertson <[email protected]>
Co-authored-by: David Motsonashvili <[email protected]>
Copy file name to clipboardExpand all lines: firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/common/SessionReportingCoordinator.java
0 commit comments