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
Possibly unsafe concurrent use of a LinkedHashMap ?
com.squareup.cash.treehouse.android.UncaughtTreehouseException
at java.util.LinkedHashMap$LinkedHashIterator.remove(LinkedHashMap.java:773)
at kotlin.collections.CollectionsKt__MutableCollectionsKt.filterInPlace$CollectionsKt__MutableCollectionsKt(CollectionsKt__MutableCollectionsKt:225)
at kotlin.collections.CollectionsKt__MutableCollectionsKt.removeAll(CollectionsKt__MutableCollectionsKt:211)
at app.cash.zipline.internal.bridge.LeakCanaryJniKt.stopTrackingLeaks(LeakCanaryJniKt:42)
at app.cash.zipline.Zipline.close(Zipline:171)
at app.cash.redwood.treehouse.ZiplineCodeSession.ziplineStop(ZiplineCodeSession:74)
at app.cash.redwood.treehouse.CodeSession$stop$1.invokeSuspend(CodeSession:84)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(BaseContinuationImpl:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask:104)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
The text was updated successfully, but these errors were encountered:
Possibly unsafe concurrent use of a
LinkedHashMap
?The text was updated successfully, but these errors were encountered: