StrictMode policy violation: android.os.strictmode.UnbufferedIoViolation
when upgrading to targetSdkVersion 34
#6564
Labels
android.os.strictmode.UnbufferedIoViolation
when upgrading to targetSdkVersion 34
#6564
[REQUIRED] Step 2: Describe your environment
com.google.firebase:firebase-bom:33.7.0
,com.google.firebase:firebase-crashlytics
[REQUIRED] Step 3: Describe the problem
Firebase crashlytics incurrs in an Unbuffered IO Violation when building our app for target SDK 34 upon loading the library on app startup.
Steps to reproduce:
Start the app, this comes out in the logs:
Relevant Code:
In your
SessionReportingCoordinator.java
you're not using Buffered IO:Your code should be more like this to avoid the triggers in Android 14+
The text was updated successfully, but these errors were encountered: