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
Inject firebase common executors to Crashlytics (#6019)
According to the documentation
[here](https://firebase.github.io/firebase-android-sdk/components/executors/).
Inject Firebase common executors for later refactor work.
Crashlytics will need at least 2 types of executors: background(for disk
I/O writes), blocking(networking calls).
Note: all changes later will also merge to the feature branch:
`crashlytics-exception-handler`
#no-changelog
Copy file name to clipboardExpand all lines: firebase-crashlytics/src/androidTest/java/com/google/firebase/crashlytics/internal/common/SessionReportingCoordinatorTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -497,7 +497,7 @@ public void onReportSend_successfulReportsAreDeleted() {
0 commit comments