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:
parent
50a7b483b9
commit
1ec75d0b2b
@ -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())
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user