1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-10 13:02:35 +01:00

Initialize fabric first

This commit is contained in:
Allan Wang 2017-06-21 00:42:23 -07:00
parent 50a7b483b9
commit 1ec75d0b2b

View File

@ -48,8 +48,8 @@ class FrostApp : Application() {
Timber.plant(DebugTree())
// LeakCanary.enableDisplayLeakActivity(this)
} else {
Crashlytics.setUserIdentifier("${Prefs.installDate}-${Prefs.identifier}")
Fabric.with(this, Crashlytics(), Answers())
Crashlytics.setUserIdentifier("${Prefs.installDate}-${Prefs.identifier}")
Timber.plant(CrashReportingTree())
}