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`
0 commit comments