Recently we attempted to migrate from Fabric.io to FirebaseCrashlytics. Followed steps as described in documentation https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=android
- Updated google-service.json files
- Replaced fabric.io dependencies with Firebase Crashlytics
- Updated code and enabled collection only when prod builds with
setCrashlyticsCollectionEnabled(!BuildConfig.DEBUG) - Updated proguard rules
After that, we try to run our test suite when we noticed that it is taking much longer than usual and in the end it failed with many tests reporting OutOfMemoryError. This set of tests run just fine with Fabric dependencies. Does anybody had or run into a similar problem?
OK, I do have update on this. We just updated libraries to latest version that was recently published and issue looks to be sorted
com.google.firebase:firebase-crashlytics-gradle:2.2.0instead of 2.1.0com.google.firebase:firebase-crashlytics:17.1.0instead of 17.0.0which original article was published with