|
|
|
|
@ -20,6 +20,7 @@ import net.pokeranalytics.android.util.PokerAnalyticsLogs |
|
|
|
|
import net.pokeranalytics.android.util.UserDefaults |
|
|
|
|
import net.pokeranalytics.android.util.billing.AppGuard |
|
|
|
|
import timber.log.Timber |
|
|
|
|
import java.util.* |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class PokerAnalyticsApplication : Application() { |
|
|
|
|
@ -80,6 +81,9 @@ class PokerAnalyticsApplication : Application() { |
|
|
|
|
|
|
|
|
|
Patcher.patchAll(this.applicationContext) |
|
|
|
|
|
|
|
|
|
val locale = Locale.getDefault() |
|
|
|
|
Crashlytics.log("Country: ${locale.country}, language: ${locale.language}") |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|