Re-Integrato Crashlytics
This commit is contained in:
parent
06901bf2ac
commit
d7915e187f
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
@ -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();
|
||||
//
|
||||
//
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user