Re-Integrato Crashlytics
This commit is contained in:
@@ -9,7 +9,7 @@ buildscript {
|
||||
}
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'com.google.firebase.firebase-perf'
|
||||
//apply plugin: 'io.fabric'
|
||||
apply plugin: 'io.fabric'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-android-extensions'
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
@@ -85,11 +85,11 @@ public class AppContext {
|
||||
private void initRecoverColli() {
|
||||
ColliDataRecover.init(mContext);
|
||||
|
||||
if(ColliDataRecover.thereIsAnExistantSession()){
|
||||
MtbColt recoveredMtbColt = ColliDataRecover.getFirstSession();
|
||||
|
||||
|
||||
}
|
||||
// if(ColliDataRecover.thereIsAnExistantSession()){
|
||||
// MtbColt recoveredMtbColt = ColliDataRecover.getFirstSession();
|
||||
//
|
||||
//
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user