You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug Fatal Exception: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
at java.util.ArrayList.get(ArrayList.java:437)
at kotlin.collections.CollectionsKt_MutableCollectionsKt.filterInPlace$CollectionsKt_MutableCollectionsKt(MutableCollections.kt:289)
at kotlin.collections.CollectionsKt__MutableCollectionsKt.removeAll(MutableCollections.kt:274)
at com.snowplowanalytics.core.tracker.ServiceProvider.removePlugin(ServiceProvider.kt:373)
at com.snowplowanalytics.core.tracker.PluginsControllerImpl.removePlugin(PluginsControllerImpl.kt:32)
at com.snowplowanalytics.core.globalcontexts.GlobalContextsControllerImpl.remove(GlobalContextsControllerImpl.kt:51)
at commonlib.snowplow.DefaultSnowplowAnalyticsTracker.setGlobalUserContext(DefaultSnowplowAnalyticsTracker.kt:106)
To Reproduce
Steps to reproduce the behavior or code snippets that produce the issue.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Device informatoin (please complete the following information):
We are using 6.0.1 library Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@Prithuld Could you please include information about your usage / configuration to allow us to replicate this issue? (particularly around global contexts)
Describe the bug
Fatal Exception: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
at java.util.ArrayList.get(ArrayList.java:437)
at kotlin.collections.CollectionsKt_MutableCollectionsKt.filterInPlace$CollectionsKt_MutableCollectionsKt(MutableCollections.kt:289)
at kotlin.collections.CollectionsKt__MutableCollectionsKt.removeAll(MutableCollections.kt:274)
at com.snowplowanalytics.core.tracker.ServiceProvider.removePlugin(ServiceProvider.kt:373)
at com.snowplowanalytics.core.tracker.PluginsControllerImpl.removePlugin(PluginsControllerImpl.kt:32)
at com.snowplowanalytics.core.globalcontexts.GlobalContextsControllerImpl.remove(GlobalContextsControllerImpl.kt:51)
at commonlib.snowplow.DefaultSnowplowAnalyticsTracker.setGlobalUserContext(DefaultSnowplowAnalyticsTracker.kt:106)
To Reproduce
Steps to reproduce the behavior or code snippets that produce the issue.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Device informatoin (please complete the following information):
We are using 6.0.1 library
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: