File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
app/src/main/java/com/xpeho/xpeapp Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import com.xpeho.xpeapp.ui.sendAnalyticsEvent
3333import com.xpeho.xpeapp.ui.uiState.WordpressUiState
3434import com.xpeho.xpeapp.ui.viewModel.WordpressViewModel
3535import com.xpeho.xpeapp.ui.viewModel.viewModelFactory
36- import com.xpeho.xpeapp.utils.CrashlyticsUtils
3736import com.xpeho.xpeho_ui_android.ClickyButton
3837import com.xpeho.xpeho_ui_android.InputText
3938import com.xpeho.xpeho_ui_android.foundations.Colors as XpehoColors
Original file line number Diff line number Diff line change @@ -56,11 +56,4 @@ object CrashlyticsUtils {
5656 FirebaseCrashlytics .getInstance().setCustomKey(" user_role" , userRole)
5757 }
5858 }
59-
60- /* *
61- * Force un crash pour tester Crashlytics (à utiliser uniquement en test !)
62- */
63- fun testCrash () {
64- throw RuntimeException (" Test crash pour Crashlytics" )
65- }
6659}
You can’t perform that action at this time.
0 commit comments