Sonu Sourav

Results 2 comments of Sonu Sourav

@Anush-Shand 1. Yes, `ActivityLifecycleCallback.register` get called before super.onCreate(). 2. It showed ~28 ms for me. But not able to understand if the clevertap initialisation is the first thing happening on...

Facing the same ANR in our app too. com.google.firebase.sessions.settings.SessionsSettings$Companion.getDataStore ANR triggered by slow operations in main thread > kotlinx.coroutines.JobSupport.invokeOnCompletionInternal$kotlinx_coroutines_core (JobSupport.kt:473) androidx.datastore.preferences.PreferenceDataStoreSingletonDelegate.getValue (PreferenceDataStoreDelegate.kt:78) com.google.firebase.sessions.settings.SessionsSettings$Companion.getDataStore (SessionsSettings.kt:149) com.google.firebase.sessions.settings.SessionsSettings$Companion.access$getDataStore (SessionsSettings.kt:142) com.google.firebase.sessions.settings.SessionsSettings. (SessionsSettings.kt:61) com.google.firebase.sessions.settings.SessionsSettings. (SessionsSettings.kt:70)...