updated comments #1875
GitHub Actions / JUnit Test Report
failed
Oct 25, 2023 in 0s
1 tests run, 0 passed, 0 skipped, 1 failed.
Annotations
github-actions / JUnit Test Report
MemoryLeakageInstrumentedTest.testMemoryLeakage
java.lang.IllegalStateException: CustomerIO.Builder::build() must be called before obtaining CustomerIO instance
at io.customer.sdk.CustomerIO$Companion.instance(CustomerIO.kt:177)
Raw output
java.lang.IllegalStateException: CustomerIO.Builder::build() must be called before obtaining CustomerIO instance
at io.customer.sdk.CustomerIO$Companion.instance(CustomerIO.kt:177)
at io.customer.android.sample.kotlin_compose.ui.dashboard.DashboardViewModel$logout$1.invokeSuspend(DashboardViewModel.kt:41)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7356)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@6fa37e8, Dispatchers.Main.immediate]
Loading