"AWT-EventQueue-0" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on com.intellij.openapi.application.impl.ReadMostlyRWLock@a3e9035
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at com.intellij.openapi.application.impl.ReadMostlyRWLock.writeLock(ReadMostlyRWLock.java:236)
	at com.intellij.openapi.application.impl.ApplicationImpl.startWrite(ApplicationImpl.java:1173)
	at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:978)
	at com.intellij.openapi.editor.impl.DefaultRawTypedHandler.execute(DefaultRawTypedHandler.java:49)
	at com.intellij.openapi.editor.impl.EditorFactoryImpl$MyRawTypedHandler.execute(EditorFactoryImpl.java:295)
	at com.intellij.openapi.editor.actionSystem.TypedAction.lambda$actionPerformed$2(TypedAction.java:200)
	at com.intellij.openapi.editor.actionSystem.TypedAction$$Lambda$7769/0x0000000803f9dba8.run(Unknown Source)
	at com.intellij.reporting.FreezeLoggerImpl.runUnderPerformanceMonitor(FreezeLoggerImpl.java:28)
	at com.intellij.openapi.editor.actionSystem.TypedAction.lambda$actionPerformed$3(TypedAction.java:199)
	at com.intellij.openapi.editor.actionSystem.TypedAction$$Lambda$7768/0x0000000803f9d4e8.run(Unknown Source)
	at com.intellij.util.SlowOperations.allowSlowOperations(SlowOperations.java:167)
	at com.intellij.openapi.editor.actionSystem.TypedAction.actionPerformed(TypedAction.java:199)
	at com.intellij.openapi.editor.impl.EditorImpl.processKeyTypedNormally(EditorImpl.java:1333)
	at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:1315)
	at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:3492)
	at com.intellij.openapi.editor.impl.EditorImpl$7.keyTyped(EditorImpl.java:1148)
	at java.desktop@17.0.6/java.awt.AWTEventMulticaster.keyTyped(Unknown Source)
	at java.desktop@17.0.6/java.awt.Component.processKeyEvent(Unknown Source)
	at java.desktop@17.0.6/javax.swing.JComponent.processKeyEvent(Unknown Source)
	at java.desktop@17.0.6/java.awt.Component.processEvent(Unknown Source)
	at java.desktop@17.0.6/java.awt.Container.processEvent(Unknown Source)
	at java.desktop@17.0.6/java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.desktop@17.0.6/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop@17.0.6/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop@17.0.6/java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
	at java.desktop@17.0.6/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
	at java.desktop@17.0.6/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
	at java.desktop@17.0.6/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
	at java.desktop@17.0.6/java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
	at com.intellij.ide.IdeKeyboardFocusManager.lambda$dispatchEvent$0(IdeKeyboardFocusManager.java:32)
	at com.intellij.ide.IdeKeyboardFocusManager$$Lambda$636/0x00000008007532c8.run(Unknown Source)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:105)
	at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:615)
	at com.intellij.ide.IdeKeyboardFocusManager.dispatchEvent(IdeKeyboardFocusManager.java:32)
	at java.desktop@17.0.6/java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.desktop@17.0.6/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop@17.0.6/java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.desktop@17.0.6/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop@17.0.6/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.desktop@17.0.6/java.awt.EventQueue$3.run(Unknown Source)
	at java.desktop@17.0.6/java.awt.EventQueue$3.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.base@17.0.6/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop@17.0.6/java.awt.EventQueue$4.run(Unknown Source)
	at java.desktop@17.0.6/java.awt.EventQueue$4.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop@17.0.6/java.awt.EventQueue.dispatchEvent(Unknown Source)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:909)
	at com.intellij.ide.IdeEventQueue.dispatchKeyEvent(IdeEventQueue.java:818)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:750)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$5(IdeEventQueue.java:437)
	at com.intellij.ide.IdeEventQueue$$Lambda$675/0x00000008007bd4e0.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:787)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:436)
	at com.intellij.ide.IdeEventQueue$$Lambda$674/0x00000008007bc6e8.run(Unknown Source)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113)
	at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:615)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:434)
	at com.intellij.ide.IdeEventQueue$$Lambda$673/0x00000008007bc000.run(Unknown Source)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:838)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:480)
	at java.desktop@17.0.6/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.desktop@17.0.6/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.desktop@17.0.6/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.desktop@17.0.6/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop@17.0.6/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop@17.0.6/java.awt.EventDispatchThread.run(Unknown Source)

"ApplicationImpl pooled thread 1205" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$indicatorCancellation$2(ProgressIndicatorUtils.java:133)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils$$Lambda$1512/0x0000000801121000.run(Unknown Source)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:103)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:71)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.attemptComputation(NonBlockingReadActionImpl.java:537)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.executeSynchronously(NonBlockingReadActionImpl.java:464)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl.executeSynchronously(NonBlockingReadActionImpl.java:218)
	at com.android.tools.idea.model.MergedManifestSupplier.runCancellableReadAction(MergedManifestManager.kt:269)
	at com.android.tools.idea.model.MergedManifestSupplier.snapshotUpToDate(MergedManifestManager.kt:262)
	at com.android.tools.idea.model.MergedManifestSupplier.access$snapshotUpToDate(MergedManifestManager.kt:60)
	at com.android.tools.idea.model.MergedManifestSupplier$delegate$2.invoke(MergedManifestManager.kt:62)
	at com.android.tools.idea.model.MergedManifestSupplier$delegate$2.invoke(MergedManifestManager.kt:62)
	at com.android.tools.idea.concurrency.ThrottlingAsyncSupplier.get(ThrottlingAsyncSupplier.kt:85)
	at com.android.tools.idea.model.MergedManifestSupplier.get(MergedManifestManager.kt:98)
	at com.android.tools.idea.model.MergedManifestManager$Companion.getMergedManifest(MergedManifestManager.kt:304)
	at com.android.tools.idea.model.MergedManifestManager.getMergedManifest(MergedManifestManager.kt)
	at com.android.tools.idea.run.util.LaunchUtils.isWatchFeatureRequired(LaunchUtils.java:74)
	at com.android.tools.idea.run.LaunchCompatibilityCheckerImpl.getRequiredHardwareFeatures(LaunchCompatibilityCheckerImpl.java:118)
	at com.android.tools.idea.run.LaunchCompatibilityCheckerImpl$$Lambda$4954/0x00000008025dc500.fun(Unknown Source)
	at com.android.tools.idea.run.LaunchCompatibility.canRunOnDevice(LaunchCompatibility.java:121)
	at com.android.tools.idea.run.LaunchableAndroidDevice.canRun(LaunchableAndroidDevice.java:204)
	at com.android.tools.idea.run.LaunchCompatibilityCheckerImpl.validate(LaunchCompatibilityCheckerImpl.java:106)
	at com.android.tools.idea.run.deployment.VirtualDevicesTask.newDisconnectedDevice(VirtualDevicesTask.java:184)
	at com.android.tools.idea.run.deployment.VirtualDevicesTask.lambda$getVirtualDevices$0(VirtualDevicesTask.java:105)
	at com.android.tools.idea.run.deployment.VirtualDevicesTask$$Lambda$1925/0x00000008013eeff0.apply(Unknown Source)
	at java.base@17.0.6/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source)
	at java.base@17.0.6/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
	at java.base@17.0.6/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
	at java.base@17.0.6/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
	at java.base@17.0.6/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source)
	at java.base@17.0.6/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
	at java.base@17.0.6/java.util.stream.ReferencePipeline.collect(Unknown Source)
	at com.android.tools.idea.run.deployment.VirtualDevicesTask.getVirtualDevices(VirtualDevicesTask.java:106)
	at com.android.tools.idea.run.deployment.VirtualDevicesTask$$Lambda$1629/0x00000008011a1070.call(Unknown Source)
	at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131)
	at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:74)
	at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"BaseDataReader: error stream of emulator" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/java.io.FileInputStream.readBytes(Native Method)
	at java.base@17.0.6/java.io.FileInputStream.read(Unknown Source)
	at java.base@17.0.6/java.io.BufferedInputStream.read1(Unknown Source)
	at java.base@17.0.6/java.io.BufferedInputStream.read(Unknown Source)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.implRead(Unknown Source)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.read(Unknown Source)
	at java.base@17.0.6/java.io.InputStreamReader.read(Unknown Source)
	at java.base@17.0.6/java.io.Reader.read(Unknown Source)
	at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:133)
	at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:75)
	at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:156)
	at com.intellij.util.io.BaseDataReader$$Lambda$734/0x0000000800819520.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:51)
	at com.intellij.util.io.BaseDataReader$$Lambda$731/0x0000000800818c10.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"BaseDataReader: error stream of fsnotifier" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/java.io.FileInputStream.readBytes(Native Method)
	at java.base@17.0.6/java.io.FileInputStream.read(Unknown Source)
	at java.base@17.0.6/java.io.BufferedInputStream.read1(Unknown Source)
	at java.base@17.0.6/java.io.BufferedInputStream.read(Unknown Source)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.implRead(Unknown Source)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.read(Unknown Source)
	at java.base@17.0.6/java.io.InputStreamReader.read(Unknown Source)
	at java.base@17.0.6/java.io.Reader.read(Unknown Source)
	at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:133)
	at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:75)
	at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:156)
	at com.intellij.util.io.BaseDataReader$$Lambda$734/0x0000000800819520.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:51)
	at com.intellij.util.io.BaseDataReader$$Lambda$731/0x0000000800818c10.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"BaseDataReader: output stream of emulator" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/java.io.FileInputStream.readBytes(Native Method)
	at java.base@17.0.6/java.io.FileInputStream.read(Unknown Source)
	at java.base@17.0.6/java.io.BufferedInputStream.read1(Unknown Source)
	at java.base@17.0.6/java.io.BufferedInputStream.read(Unknown Source)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.implRead(Unknown Source)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.read(Unknown Source)
	at java.base@17.0.6/java.io.InputStreamReader.read(Unknown Source)
	at java.base@17.0.6/java.io.Reader.read(Unknown Source)
	at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:133)
	at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:75)
	at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:156)
	at com.intellij.util.io.BaseDataReader$$Lambda$734/0x0000000800819520.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:51)
	at com.intellij.util.io.BaseDataReader$$Lambda$731/0x0000000800818c10.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"BaseDataReader: output stream of fsnotifier" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/java.io.FileInputStream.readBytes(Native Method)
	at java.base@17.0.6/java.io.FileInputStream.read(Unknown Source)
	at java.base@17.0.6/java.io.BufferedInputStream.read1(Unknown Source)
	at java.base@17.0.6/java.io.BufferedInputStream.read(Unknown Source)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.implRead(Unknown Source)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.read(Unknown Source)
	at java.base@17.0.6/java.io.InputStreamReader.read(Unknown Source)
	at java.base@17.0.6/java.io.Reader.read(Unknown Source)
	at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:133)
	at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:75)
	at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:156)
	at com.intellij.util.io.BaseDataReader$$Lambda$734/0x0000000800819520.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:51)
	at com.intellij.util.io.BaseDataReader$$Lambda$731/0x0000000800818c10.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"EDT Performance Checker" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at java.management@17.0.6/sun.management.ThreadImpl.dumpThreads0(Native Method)
	at java.management@17.0.6/sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
	at java.management@17.0.6/sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
	at com.intellij.diagnostic.ThreadDumper.getThreadInfos(ThreadDumper.java:60)
	at com.intellij.diagnostic.SamplingTask.dumpThreads(SamplingTask.java:47)
	at com.intellij.diagnostic.SamplingTask$$Lambda$7675/0x0000000803eb60c8.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:275)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:243)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:29)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:216)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1$$Lambda$718/0x00000008008076f0.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:205)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Device List Monitor" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.SocketDispatcher.read0(Native Method)
	at java.base@17.0.6/sun.nio.ch.SocketDispatcher.read(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.IOUtil.read(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.IOUtil.read(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SocketChannelImpl.read(Unknown Source)
	at com.android.ddmlib.internal.AdbSocketUtils.read(AdbSocketUtils.java:37)
	at com.android.ddmlib.internal.AdbSocketUtils.read(AdbSocketUtils.java:53)
	at com.android.ddmlib.internal.AdbSocketUtils.readLength(AdbSocketUtils.java:66)
	at com.android.ddmlib.internal.DeviceListMonitorTask.run(DeviceListMonitorTask.java:136)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Netty Builtin Server 1" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Netty Builtin Server 2" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-1" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at com.android.tools.idea.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460)
	at com.android.tools.idea.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at com.android.tools.idea.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at com.android.tools.idea.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-10" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at com.android.tools.idea.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460)
	at com.android.tools.idea.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at com.android.tools.idea.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at com.android.tools.idea.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-2" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at com.android.tools.idea.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460)
	at com.android.tools.idea.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at com.android.tools.idea.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at com.android.tools.idea.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-3" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at com.android.tools.idea.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460)
	at com.android.tools.idea.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at com.android.tools.idea.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at com.android.tools.idea.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-4" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at com.android.tools.idea.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460)
	at com.android.tools.idea.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at com.android.tools.idea.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at com.android.tools.idea.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-5" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at com.android.tools.idea.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460)
	at com.android.tools.idea.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at com.android.tools.idea.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at com.android.tools.idea.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-6" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at com.android.tools.idea.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460)
	at com.android.tools.idea.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at com.android.tools.idea.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at com.android.tools.idea.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-7" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at com.android.tools.idea.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460)
	at com.android.tools.idea.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at com.android.tools.idea.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at com.android.tools.idea.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-8" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at com.android.tools.idea.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460)
	at com.android.tools.idea.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at com.android.tools.idea.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at com.android.tools.idea.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-9" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at com.android.tools.idea.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:813)
	at com.android.tools.idea.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460)
	at com.android.tools.idea.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
	at com.android.tools.idea.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at com.android.tools.idea.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"pool-514-thread-1" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at java.management@17.0.6/sun.management.ThreadImpl.dumpThreads0(Native Method)
	at java.management@17.0.6/sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
	at java.management@17.0.6/sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
	at com.android.tools.idea.diagnostics.ThreadSamplingReportContributor.sampleThreads(ThreadSamplingReportContributor.java:104)
	at com.android.tools.idea.diagnostics.ThreadSamplingReportContributor$$Lambda$7670/0x0000000803e96588.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"AWT-AppKit" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.desktop@17.0.6/sun.lwawt.macosx.LWCToolkit.doAWTRunLoopImpl(Native Method)
	at java.desktop@17.0.6/sun.lwawt.macosx.LWCToolkit.doAWTRunLoop(Unknown Source)
	at java.desktop@17.0.6/sun.lwawt.macosx.LWCToolkit.invokeAndWait(Unknown Source)
	at java.desktop@17.0.6/sun.lwawt.macosx.LWCToolkit.invokeAndWait(Unknown Source)
	at java.desktop@17.0.6/sun.lwawt.macosx.CAccessibility.invokeAndWait(Unknown Source)
	at java.desktop@17.0.6/sun.lwawt.macosx.CAccessibility.invokeAndWait(Unknown Source)
	at java.desktop@17.0.6/sun.lwawt.macosx.CAccessibility.getFocusOwner(Unknown Source)

"Thread-53" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.poll(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Monitor" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at com.android.ddmlib.internal.MonitorThread.run(MonitorThread.java:175)

"process reaper" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/java.lang.ProcessHandleImpl.waitForProcessExit0(Native Method)
	at java.base@17.0.6/java.lang.ProcessHandleImpl$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"process reaper" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/java.lang.ProcessHandleImpl.waitForProcessExit0(Native Method)
	at java.base@17.0.6/java.lang.ProcessHandleImpl$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Reference Handler" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at java.base@17.0.6/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
	at java.base@17.0.6/java.lang.ref.Reference.processPendingReferences(Unknown Source)
	at java.base@17.0.6/java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)

"Attach Listener" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE


"Notification Thread" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE


"Signal Dispatcher" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE


"Thread-330" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)

"Action Updater (Common)" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on com.google.common.util.concurrent.TrustedListenableFutureTask@1e7fd79
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:557)
	at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:91)
	at com.android.tools.idea.run.deployment.Worker.perform(Worker.java:48)
	at com.android.tools.idea.run.deployment.AsyncDevicesGetter.get(AsyncDevicesGetter.java:110)
	at com.android.tools.idea.run.deployment.DeviceAndSnapshotComboBoxExecutionTarget.deviceStream(DeviceAndSnapshotComboBoxExecutionTarget.java:104)
	at com.android.tools.idea.run.deployment.DeviceAndSnapshotComboBoxExecutionTarget.isApplicationRunningAsync(DeviceAndSnapshotComboBoxExecutionTarget.java:56)
	at com.android.tools.idea.run.AndroidRunConfiguration.updateRunExecutorIconAsync(AndroidRunConfiguration.kt:349)
	at com.android.tools.idea.run.AndroidRunConfiguration.getExecutorIcon(AndroidRunConfiguration.kt:326)
	at com.intellij.execution.ExecutorRegistryImpl$ExecutorAction.getInformativeIcon(ExecutorRegistryImpl.java:538)
	at com.intellij.execution.ExecutorRegistryImpl$ExecutorAction.update(ExecutorRegistryImpl.java:352)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:157)
	at com.intellij.openapi.actionSystem.ex.ActionUtil$$Lambda$1124/0x0000000800d9c908.run(Unknown Source)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:180)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:718)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:136)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$$Lambda$1567/0x000000080113ebe0.get(Unknown Source)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$callAction$5(ActionUpdater.java:186)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$$Lambda$1568/0x000000080113f978.invoke(Unknown Source)
	at com.intellij.diagnostic.telemetry.TraceKt.computeWithSpan(trace.kt:123)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:182)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:161)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:137)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:124)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$$Lambda$1545/0x0000000801139920.fun(Unknown Source)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:703)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:554)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$22(ActionUpdater.java:527)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$$Lambda$1571/0x0000000801144a50.fun(Unknown Source)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1406)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:527)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:604)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$22(ActionUpdater.java:527)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$$Lambda$1571/0x0000000801144a50.fun(Unknown Source)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1406)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:527)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:309)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:372)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$$Lambda$1557/0x000000080113c628.compute(Unknown Source)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:392)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$$Lambda$1563/0x000000080113e080.run(Unknown Source)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1111)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$19(ActionUpdater.java:424)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$$Lambda$1565/0x000000080113e520.run(Unknown Source)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:63)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:420)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$16(ActionUpdater.java:392)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$$Lambda$1561/0x000000080113cf90.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:186)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda$1516/0x0000000801121968.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:604)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda$1517/0x0000000801121bb8.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:635)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:603)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:173)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:366)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$17(ActionUpdater.java:391)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$$Lambda$1558/0x000000080113c8a0.run(Unknown Source)
	at io.opentelemetry.context.Context.lambda$wrap$1(Context.java:212)
	at io.opentelemetry.context.Context$$Lambda$1559/0x000000080113caf0.run(Unknown Source)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:243)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:29)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:216)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1$$Lambda$718/0x00000008008076f0.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:205)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"emulator" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ProcessImpl@496ff391
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.Object.wait(Unknown Source)
	at java.base@17.0.6/java.lang.ProcessImpl.waitFor(Unknown Source)
	at com.intellij.execution.process.ProcessWaitFor.lambda$new$0(ProcessWaitFor.java:28)
	at com.intellij.execution.process.ProcessWaitFor$$Lambda$730/0x00000008008135a0.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.execution.process.ProcessWaitFor.lambda$new$1(ProcessWaitFor.java:23)
	at com.intellij.execution.process.ProcessWaitFor$$Lambda$728/0x0000000800812590.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"fsnotifier" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ProcessImpl@2432cc0b
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.Object.wait(Unknown Source)
	at java.base@17.0.6/java.lang.ProcessImpl.waitFor(Unknown Source)
	at com.intellij.execution.process.ProcessWaitFor.lambda$new$0(ProcessWaitFor.java:28)
	at com.intellij.execution.process.ProcessWaitFor$$Lambda$730/0x00000008008135a0.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.execution.process.ProcessWaitFor.lambda$new$1(ProcessWaitFor.java:23)
	at com.intellij.execution.process.ProcessWaitFor$$Lambda$728/0x0000000800812590.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"AWTThreading pool-2-thread-2" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@ca71ff8
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack$SNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1166" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1176" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1185" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1190" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1191" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1194" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1198" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1200" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1202" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1203" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1204" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1206" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1208" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1210" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1211" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1213" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1214" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1215" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@105e4faa
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 9979" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@738b1121
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Thread-52" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@114a33e5
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Thread-54" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@114a33e5
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Thread-55" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@114a33e5
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Thread-56" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@114a33e5
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Thread-57" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@114a33e5
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Thread-58" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@114a33e5
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Thread-59" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@114a33e5
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Thread-60" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@114a33e5
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Thread-61" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@114a33e5
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"google-crash-pool-0" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@743dca7b
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingDeque.takeFirst(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingDeque.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"pool-13-thread-1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@566ee56f
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"CLang Server Accessor [main]" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@709b8f1b
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"CLang Server Accessor [main]" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@61493438
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"deployment-service-0" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7ec6d205
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"deployment-service-1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7ec6d205
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"deployment-service-2" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7ec6d205
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"deployment-service-3" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7ec6d205
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"deployment-service-4" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7ec6d205
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Thread-51" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@114a33e5
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@17.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Thread-63" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@44ba4706
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"bugsnag-daemon-342" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6df06373
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Thread-424" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@269abc86
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"grpc-default-executor-61" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@276afa34
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ClangdRequestsPlanner [main]" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.atomic.AtomicBoolean@5b328f45
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.Object.wait(Unknown Source)
	at com.jetbrains.cidr.lang.daemon.clang.clangd.lsp.ClangdRequestsPlanner.waitForEvent(ClangdRequestsPlanner.java:166)
	at com.jetbrains.cidr.lang.daemon.clang.clangd.lsp.ClangdRequestsPlanner$ExecutorRunnable.run(ClangdRequestsPlanner.java:269)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"ClangdRequestsPlanner [main]" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.atomic.AtomicBoolean@26d9e23f
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.Object.wait(Unknown Source)
	at com.jetbrains.cidr.lang.daemon.clang.clangd.lsp.ClangdRequestsPlanner.waitForEvent(ClangdRequestsPlanner.java:166)
	at com.jetbrains.cidr.lang.daemon.clang.clangd.lsp.ClangdRequestsPlanner$ExecutorRunnable.run(ClangdRequestsPlanner.java:269)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Coroutines Debugger Cleaner" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ref.ReferenceQueue$Lock@275b8590
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.kt:73)
	at kotlinx.coroutines.debug.internal.DebugProbesImpl$startWeakRefCleanerThread$1.invoke(DebugProbesImpl.kt:100)
	at kotlinx.coroutines.debug.internal.DebugProbesImpl$startWeakRefCleanerThread$1.invoke(DebugProbesImpl.kt:99)
	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

"DefaultDispatcher-worker-1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

"DefaultDispatcher-worker-10" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

"DefaultDispatcher-worker-2" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

"DefaultDispatcher-worker-3" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

"DefaultDispatcher-worker-4" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

"DefaultDispatcher-worker-5" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

"DefaultDispatcher-worker-6" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

"DefaultDispatcher-worker-7" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

"DefaultDispatcher-worker-8" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

"DefaultDispatcher-worker-9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

"TimerQueue" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@19f99b99
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.DelayQueue.take(Unknown Source)
	at java.desktop@17.0.6/javax.swing.TimerQueue.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"main" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on kotlinx.coroutines.BlockingCoroutine@53057763
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:88)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
	at com.intellij.idea.Main.main(Main.kt:36)

"Common-Cleaner" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.lang.ref.ReferenceQueue$Lock@272b6830
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.base@17.0.6/jdk.internal.ref.CleanerImpl.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)
	at java.base@17.0.6/jdk.internal.misc.InnocuousThread.run(Unknown Source)

"Java2D Disposer" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ref.ReferenceQueue$Lock@726696b9
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.desktop@17.0.6/sun.java2d.Disposer.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"JobScheduler FJ pool 1/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 10/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 11/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 12/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 13/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 14/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 15/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 16/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 17/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 18/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 19/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 2/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 3/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 4/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 5/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 6/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 8/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 9/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@2fafbc53
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"Periodic tasks thread" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7132f3e7
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.DelayQueue.take(Unknown Source)
	at com.intellij.util.concurrency.AppDelayQueue$TransferThread.run(AppDelayQueue.java:79)

"AWT-Shutdown" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.Object@5f9d4077
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.Object.wait(Unknown Source)
	at java.desktop@17.0.6/sun.awt.AWTAutoShutdown.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Finalizer" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ref.ReferenceQueue$Lock@1607f367
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.base@17.0.6/java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)

"JNA Cleaner" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ref.ReferenceQueue$Lock@76280c28
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at com.sun.jna.internal.Cleaner$1.run(Cleaner.java:58)

"Timer-0" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.TaskQueue@62a74db8
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.Object.wait(Unknown Source)
	at java.base@17.0.6/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base@17.0.6/java.util.TimerThread.run(Unknown Source)

"kotlinx.coroutines.DefaultExecutor" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on kotlinx.coroutines.DefaultExecutor@6a6c7840
	at java.base@17.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:121)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)

"Java2D Queue Flusher" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on sun.java2d.metal.MTLRenderQueue$QueueFlusher@44998b4e
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.desktop@17.0.6/sun.java2d.metal.MTLRenderQueue$QueueFlusher.run(Unknown Source)
	at java.base@17.0.6/java.lang.Thread.run(Unknown Source)


---------- Coroutine dump ----------

- BlockingCoroutine{Active}@53057763 [no parent and no name, BlockingEventLoop@280fe14f]
	- SupervisorJobImpl{Active}@5eaeb51d
		- StandaloneCoroutine{Active}@4d00095f, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEventScheduler$initialize$1.invokeSuspend(FeatureUsageSettingsEventScheduler.kt:30)
		- StandaloneCoroutine{Active}@49129ae7, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
			at com.intellij.ide.ui.html.GlobalStyleSheetHolder$UpdateListener$1.invokeSuspend(GlobalStyleSheetHolder.kt:83)
			- ProducerCoroutine{Active}@409226cb, state: SUSPENDED [no parent and no name, Dispatchers.Default]
				at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:355)
				at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
				- ProducerCoroutine{Active}@19508a5f, state: SUSPENDED [no parent and no name, Dispatchers.Default]
					at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
					at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:211)
		- StandaloneCoroutine{Active}@54d732db, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at com.intellij.internal.statistic.updater.StatisticsStateCollectorsScheduler$execute$2.invokeSuspend(StatisticsStateCollectorsScheduler.kt:44)
		- StandaloneCoroutine{Active}@583a9488, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
			at com.intellij.openapi.wm.impl.customFrameDecorations.header.titleLabel.SelectedEditorFilePath$updatePathJob$1.invokeSuspend(SelectedEditorFilePath.kt:68)
			- ProducerCoroutine{Active}@28895c27, state: SUSPENDED [no parent and no name, Dispatchers.Default]
				at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:355)
				at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
				- ProducerCoroutine{Active}@575fc068, state: SUSPENDED [no parent and no name, Dispatchers.Default]
					at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
					at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:211)
		- StandaloneCoroutine{Active}@45a5efa2, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
			at com.intellij.openapi.wm.impl.customFrameDecorations.header.titleLabel.SelectedEditorFilePath$updateJob$1.invokeSuspend(SelectedEditorFilePath.kt:75)
			- ProducerCoroutine{Active}@5b4d915d, state: SUSPENDED [no parent and no name, Dispatchers.Default]
				at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:355)
				at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
				- ProducerCoroutine{Active}@3d6dedde, state: SUSPENDED [no parent and no name, Dispatchers.Default]
					at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
					at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:211)
		- SupervisorJobImpl{Active}@69e6c052
			- SupervisorJobImpl{Active}@227591d3
			- LazyStandaloneCoroutine{Active}@5fe7f630, state: SUSPENDED [no parent and no name, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at org.jetbrains.plugins.github.pullrequest.GHPRToolWindowFactory$init$task$1$1.invokeSuspend(GHPRToolWindowFactory.kt:41)
				at org.jetbrains.plugins.github.pullrequest.GHPRToolWindowFactory$init$task$1.invokeSuspend(GHPRToolWindowFactory.kt:40)
			- StandaloneCoroutine{Completing}@4b12b589 [no parent and no name, Dispatchers.Default]
				- StandaloneCoroutine{Active}@772fcb04, state: SUSPENDED [no parent and no name, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:183)
					at com.intellij.dependencytoolwindow.DependencyToolWindowFactory.execute(DependencyToolWindowFactory.kt:47)
					at com.intellij.ide.startup.impl.StartupManagerImpl$runBackgroundPostStartupActivities$1.invokeSuspend(StartupManagerImpl.kt:435)
					- ProducerCoroutine{Active}@4c069853, state: SUSPENDED [no parent and no name, Dispatchers.Default]
						at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- ProducerCoroutine{Active}@7e10a7ab, state: SUSPENDED [no parent and no name, Dispatchers.Default]
							at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:153)
							at com.intellij.dependencytoolwindow.CoroutineUtilsKt$extensionsFlow$1.invokeSuspend(CoroutineUtils.kt:37)
							at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:336)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
		- SupervisorJobImpl{Active}@65c05cde
		- StandaloneCoroutine{Active}@899021e, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at com.intellij.ide.SystemHealthMonitorKt$monitorDiskSpace$1.invokeSuspend(SystemHealthMonitor.kt:379)
		- StandaloneCoroutine{Active}@93bce23, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:355)
			at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
			at com.intellij.configurationStore.StoreReloadManagerImpl$job$1.invokeSuspend(StoreReloadManagerImpl.kt:58)
			- ProducerCoroutine{Active}@5f366ddc, state: SUSPENDED [no parent and no name, Dispatchers.Default]
				at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
				at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:211)
		- StandaloneCoroutine{Active}@42691d77, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
			at com.intellij.internal.statistic.service.fus.collectors.FUStateUsagesLogger$1.invokeSuspend(FUStateUsagesLogger.kt:45)
			- ProducerCoroutine{Active}@308deaa, state: SUSPENDED [no parent and no name, Dispatchers.Default]
				at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
				at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
		- StandaloneCoroutine{Active}@2bc8c71f, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
			at com.intellij.internal.statistic.service.fus.collectors.FUStateUsagesLogger$2.invokeSuspend(FUStateUsagesLogger.kt:50)
			- ProducerCoroutine{Active}@3d3ae787, state: SUSPENDED [no parent and no name, Dispatchers.Default]
				at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
				at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
		- StandaloneCoroutine{Active}@53c96187, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
			at com.intellij.openapi.wm.impl.customFrameDecorations.header.titleLabel.SelectedEditorFilePath$updatePathJob$1.invokeSuspend(SelectedEditorFilePath.kt:68)
			- ProducerCoroutine{Active}@511e905c, state: SUSPENDED [no parent and no name, Dispatchers.Default]
				at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:355)
				at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
				- ProducerCoroutine{Active}@577a9f6b, state: SUSPENDED [no parent and no name, Dispatchers.Default]
					at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
					at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:211)
		- StandaloneCoroutine{Active}@56591fc5, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
			at com.intellij.openapi.wm.impl.customFrameDecorations.header.titleLabel.SelectedEditorFilePath$updateJob$1.invokeSuspend(SelectedEditorFilePath.kt:75)
			- ProducerCoroutine{Active}@768dbdef, state: SUSPENDED [no parent and no name, Dispatchers.Default]
				at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:355)
				at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
				- ProducerCoroutine{Active}@49c316a1, state: SUSPENDED [no parent and no name, Dispatchers.Default]
					at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
					at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:211)
		- SupervisorJobImpl{Active}@a47fff
			- SupervisorJobImpl{Active}@41e80713
			- LazyStandaloneCoroutine{Active}@4c0322ae, state: SUSPENDED [no parent and no name, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at org.jetbrains.plugins.github.pullrequest.GHPRToolWindowFactory$init$task$1$1.invokeSuspend(GHPRToolWindowFactory.kt:41)
				at org.jetbrains.plugins.github.pullrequest.GHPRToolWindowFactory$init$task$1.invokeSuspend(GHPRToolWindowFactory.kt:40)
			- StandaloneCoroutine{Completing}@3c55f991 [no parent and no name, Dispatchers.Default]
				- StandaloneCoroutine{Active}@7d4f8fa6, state: SUSPENDED [no parent and no name, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:183)
					at com.intellij.dependencytoolwindow.DependencyToolWindowFactory.execute(DependencyToolWindowFactory.kt:47)
					at com.intellij.ide.startup.impl.StartupManagerImpl$runBackgroundPostStartupActivities$1.invokeSuspend(StartupManagerImpl.kt:435)
					- ProducerCoroutine{Active}@5c4f9d88, state: SUSPENDED [no parent and no name, Dispatchers.Default]
						at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- ProducerCoroutine{Active}@7425be49, state: SUSPENDED [no parent and no name, Dispatchers.Default]
							at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:153)
							at com.intellij.dependencytoolwindow.CoroutineUtilsKt$extensionsFlow$1.invokeSuspend(CoroutineUtils.kt:37)
							at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:336)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
		- SupervisorJobImpl{Active}@159ec37a
		- SupervisorJobImpl{Active}@5727fb23
	- SupervisorJobImpl{Active}@33af6bf6
	- SupervisorJobImpl{Active}@74459c7d
	- SupervisorJobImpl{Active}@10fceb43

- SupervisorJobImpl{Active}@37821794
	- StandaloneCoroutine{Active}@9cf4f04, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]

- SupervisorJobImpl{Active}@2f3abf89
	- StandaloneCoroutine{Active}@689743e8, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
		at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:219)
		- StandaloneCoroutine{Active}@78521eab, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- ProducerCoroutine{Active}@6b7149e6, state: SUSPENDED [Dispatchers.Default]
				at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:153)
				at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:28)
				at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:336)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
		- StandaloneCoroutine{Active}@1105b599, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@5c6a8fbd, state: SUSPENDED [Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@3beb87c, state: SUSPENDED [Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__TransformKt$runningFold$$inlined$unsafeFlow$1.collect(Transform.kt:115)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- ProducerCoroutine{Active}@5764806c, state: SUSPENDED [Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at git4idea.remote.hosting.GitAsyncExtensionsKt$discoverServers$1.invokeSuspend(gitAsyncExtensions.kt:68)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@5ffbfa5a, state: SUSPENDED [Dispatchers.Default]
						at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
						at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@29f0c481, state: SUSPENDED [Dispatchers.Default]
							at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
							at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
							- ProducerCoroutine{Active}@3bbb08b9, state: SUSPENDED [Dispatchers.Default]
								at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:153)
								at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:28)
								at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:336)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@48af9620, state: SUSPENDED [Dispatchers.Default]
							at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
							at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@3c043414
	- SupervisorJobImpl{Active}@543dfa16
	- SupervisorJobImpl{Active}@f28aac1
		- StandaloneCoroutine{Active}@41628212, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
			at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
			- StandaloneCoroutine{Active}@250e531c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@4be6f208, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@7e2d8a3c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@67da1b00, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
		- StandaloneCoroutine{Active}@13b394fd, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
			at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
			- StandaloneCoroutine{Active}@7b633173, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@7d931168, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@29ecbaae, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@1bd0dcc0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
		- StandaloneCoroutine{Active}@7385a6cd, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		- StandaloneCoroutine{Active}@215f3356, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		- SupervisorJobImpl{Active}@f6bb406
			- StandaloneCoroutine{Active}@13df071e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@470012e6, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@71ca712d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@5001bd6, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@6e0c0b9f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@295ca39a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@4c3419d1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@3faf1270, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@8bcd30a
			- StandaloneCoroutine{Active}@bbdfc85, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@e66988f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@1211da68, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@5f4f6acb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@b82a2f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@28098d06, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@47748aa9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@7618f701, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@5f6e5e0a
			- StandaloneCoroutine{Active}@53396357, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@5b2ad93e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@52a5d23b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@1869e8f4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@18b4dfc0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@155a16c1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@6ef84d01, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@3c010db4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@34510a8
			- StandaloneCoroutine{Active}@6c515d70, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@2978a225, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@39812662, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@103ddf70, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@64a1d5c8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@2fdaef1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@56f522f8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@46b9d8b5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@38692d81
			- StandaloneCoroutine{Active}@5364bb0f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@20bf4923, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@30d87fa, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@261f2f04, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@62ade93f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@1c157c45, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@1441ad49, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@78c93171, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@3d106b51
			- StandaloneCoroutine{Active}@39a4d078, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@344d3262, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@61fbe3e2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@422edf4f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@bf98b5e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@49425381, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@350a9830, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@5bfafd9d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@2d93204c
			- StandaloneCoroutine{Active}@23ccabb2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@7cf4c7c0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@2071aa1f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@fe7b13b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@73dd2cc2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@6f1a8396, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@17568b45, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@d1fdb22, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@10ca57a5
			- StandaloneCoroutine{Active}@415b711c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@1bcc8bb4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@5ffd1751, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@7cd2b348, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@2013a9cc, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@320734c2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@6fbfe0c4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@7e90b02a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@660f96ec
			- StandaloneCoroutine{Active}@5f7ea4c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@6c564149, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@313da873, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@79ae8f09, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@5e8a4b91, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@5520d5a6, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@2b34754, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@4cd33f71, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@83be3b1
			- StandaloneCoroutine{Active}@3d67bb06, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@6e39c4e9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@18888f7a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@6ad99cac, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@2232f1bb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@220dd170, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@2c530545, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@534fdf83, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@2a974f02
			- StandaloneCoroutine{Active}@7959a6c8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@19e1ca, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@540c9fb3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@27482b9c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@36762647, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@5e94d59f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@5774a317, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@5002803c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@2149b43a
			- StandaloneCoroutine{Active}@72164562, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@a564e92, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@91c870f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@528b9b23, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@1709d9c1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@6f6e45b5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@16cce22e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@70f6c884, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@5f66c135
			- StandaloneCoroutine{Active}@221cfd30, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@3fc2572b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@3153080f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@25e81702, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@53fc78ba, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@7e2a06e1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@5994545a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@271a3f3e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@75293b32
			- StandaloneCoroutine{Active}@1da8926, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@1fe01dca, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@5ed6dda5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@4beb6eae, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@c5275f7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@3a794038, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@2d94c3c7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@7206a547, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@1c948447
			- StandaloneCoroutine{Active}@41b4f5a9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@3b63817a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@4fce31e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@60718a07, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@45470825, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@628829a6, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@27605230, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@4467b1d1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@d193bd4
			- StandaloneCoroutine{Active}@7907da3b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@327295ac, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@27bf7f7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@20934c87, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@5ebf1057, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@7beb3862, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@7e0acf0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@732966cd, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@3d7149f8
			- StandaloneCoroutine{Active}@2482cde1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@2194c8e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@3d2d3fff, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@7480630e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@7d0ad32d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@4f55e4a8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@1e2b1f1a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@1e4d489b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@4bab3102
			- StandaloneCoroutine{Active}@161500cc, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@7685d602, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@22f96115, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@6f16adc8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@208678a6, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@46c6ef1b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@60e98f6, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@5143e377, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@175f4c8c
			- StandaloneCoroutine{Active}@31297cde, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@646c799f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@be1772e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@6f0c5fe5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@1523fc3e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@1a9a929, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@219a4128, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@42c5e98a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@65d0ed32
			- StandaloneCoroutine{Active}@23781881, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@6f541d26, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@d3761d9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@49f4ed, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@2842db22, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@67e3ac5b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@1552d28c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@1cf626f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@3f16af01
			- StandaloneCoroutine{Active}@5f44b164, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@2b393387, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@77957eaa, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@d0e9a28, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@159c7609, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@6f679195, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@5f361811, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@13626896, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@7a4484a6
			- StandaloneCoroutine{Active}@52f7b0fa, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@51b2de9a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@26101605, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@5ef27a0e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@77a84dfc, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@18b74393, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@31eb1ab2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@7874ffeb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@561aa0b2
		- StandaloneCoroutine{Active}@2ee9b823, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		- StandaloneCoroutine{Active}@757bacef, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		- StandaloneCoroutine{Active}@762b1265, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		- StandaloneCoroutine{Active}@465b76ca, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		- StandaloneCoroutine{Active}@692889f2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		- StandaloneCoroutine{Active}@606d8786, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
	- StandaloneCoroutine{Active}@7478477d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
	- StandaloneCoroutine{Active}@246a0a88, state: RUNNING [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		at kotlinx.coroutines.flow.FlowKt__EmittersKt$onStart$$inlined$unsafeFlow$1.collect(Emitters.kt:120)
		at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:156)
		at kotlinx.coroutines.flow.FlowKt__ErrorsKt$retryWhen$$inlined$unsafeFlow$1.collect(Errors.kt:117)
		at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
	- SupervisorJobImpl{Active}@64349ce1
		- StandaloneCoroutine{Active}@3eefb8bd, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__LimitKt$takeWhile$$inlined$unsafeFlow$1.collect(Limit.kt:124)
		- SupervisorJobImpl{Active}@7ffa50d7
		- StandaloneCoroutine{Active}@6d80df7e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
		- StandaloneCoroutine{Active}@75f47156, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__LimitKt$takeWhile$$inlined$unsafeFlow$1.collect(Limit.kt:124)
		- StandaloneCoroutine{Active}@5ce09b0f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__LimitKt$takeWhile$$inlined$unsafeFlow$1.collect(Limit.kt:124)
		- SupervisorJobImpl{Active}@22944c3b
		- StandaloneCoroutine{Active}@6069b116, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
		- StandaloneCoroutine{Active}@5ac35eb8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__LimitKt$takeWhile$$inlined$unsafeFlow$1.collect(Limit.kt:124)
	- StandaloneCoroutine{Active}@3b81cde6, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
	- StandaloneCoroutine{Active}@37b2c7f2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
	- SupervisorJobImpl{Active}@53224e86
		- StandaloneCoroutine{Active}@5a2f0e24, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__LimitKt$takeWhile$$inlined$unsafeFlow$1.collect(Limit.kt:124)
		- StandaloneCoroutine{Active}@1f977645, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
		- SupervisorJobImpl{Active}@7eb49fc5
			- StandaloneCoroutine{Active}@3ae155aa, state: RUNNING [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
				at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:156)
				at kotlinx.coroutines.flow.FlowKt__ErrorsKt$retryWhen$$inlined$unsafeFlow$1.collect(Errors.kt:117)
		- SupervisorJobImpl{Active}@2432c19
			- StandaloneCoroutine{Active}@35de6f3e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			- SupervisorJobImpl{Active}@2184d4f5
			- StandaloneCoroutine{Active}@1f29a9d5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@87a6236
		- SupervisorJobImpl{Active}@6eacb9f1
		- StandaloneCoroutine{Active}@2fd5e580, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__MergeKt$flattenConcat$1$1.emit(Merge.kt:80)
			at kotlinx.coroutines.flow.FlowKt__MergeKt$flatMapConcat$$inlined$map$1$2.emit(Merge.kt:223)
			at kotlinx.coroutines.flow.DistinctFlowImpl$collect$2.emit(Distinct.kt:81)
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:398)
			at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:156)
			at kotlinx.coroutines.flow.FlowKt__ErrorsKt$retryWhen$$inlined$unsafeFlow$1.collect(Errors.kt:117)
		- SupervisorJobImpl{Active}@296fbc49
			- StandaloneCoroutine{Active}@df523a5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			- SupervisorJobImpl{Active}@2012a94f
			- StandaloneCoroutine{Active}@598ac8a1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@71a543b3
		- StandaloneCoroutine{Active}@6a53da8a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__LimitKt$takeWhile$$inlined$unsafeFlow$1.collect(Limit.kt:124)
		- SupervisorJobImpl{Active}@bb33e8c
	- JobImpl{Active}@59bc2ca9
	- StandaloneCoroutine{Active}@2f742b44, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
	- StandaloneCoroutine{Active}@73550b20, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
	- StandaloneCoroutine{Active}@4383d30c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
	- JobImpl{Active}@5c1d88a0
	- SupervisorJobImpl{Active}@60b74692
		- StandaloneCoroutine{Active}@69bad702, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
			at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
			- StandaloneCoroutine{Active}@516178a4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@40ffd489, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@472c31aa, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@670faf86, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
		- StandaloneCoroutine{Active}@381da28a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
			at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
			- StandaloneCoroutine{Active}@4bd99f0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@4bad65cc, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@11d38045, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@7949e996, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
		- StandaloneCoroutine{Active}@3b9fe325, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		- StandaloneCoroutine{Active}@6e5ca0aa, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		- SupervisorJobImpl{Active}@515bde28
			- StandaloneCoroutine{Active}@4c1d7b6f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@cb89724, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@65a33ee0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@19b6af6b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@19bb4be5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@602f670c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@5213dd33, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@55800aad, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@47ada778
			- StandaloneCoroutine{Active}@47cebe65, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@f07100f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@78c06e09, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@5dacff38, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@4ca09669, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@572c8ff6, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@7673fd68, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@3873d686, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@3a0f5436
			- StandaloneCoroutine{Active}@1a481ac6, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@29a87546, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@7be974, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@1de3a6ed, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@437218b1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@299a57dc, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@5aec74e2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@510f6f68, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@aa9e76b
			- StandaloneCoroutine{Active}@7c9af520, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@50fbc02f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@103d4a27, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@22a3337b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@39ffd11, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@5358a7c4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@5835397a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@3bf83aeb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@2864e10a
			- StandaloneCoroutine{Active}@2127e6e9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@4c9c9efc, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@3afb3b6a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@1f411423, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@687d5de1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@79cc60cb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@6c9532ce, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@5f5a3980, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@14a47a42
			- StandaloneCoroutine{Active}@12ad8f94, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@269accc7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@48addcba, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@ba4819, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@4af73a07, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@65145508, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@77d83ecf, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@23e16341, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@5163c7e0
			- StandaloneCoroutine{Active}@fd6645d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@1a1c73e7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@c7fd800, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@1abd638b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@26d40875, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@ea2e7b7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@5cf70153, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@45536b57, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@253d3f98
			- StandaloneCoroutine{Active}@71c907e1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@3ae7a7d5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@2df391ca, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@652ad790, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@35302061, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@68f00704, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@28217f36, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@56256f17, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@43f00eb8
			- StandaloneCoroutine{Active}@5ca300ee, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@21ca1737, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@2faef5f2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@35ec75d1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@5466773e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@a31b736, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@4e4e0db4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@79b90870, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@17b73d64
			- StandaloneCoroutine{Active}@7bb37ae8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@4896b459, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@4011196a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@6bcb85b3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@48a524e0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@6db507fb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@71da6390, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@23d912eb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@753da2f6
			- StandaloneCoroutine{Active}@2f2db2b9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@3c764263, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@3c7f53dc, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@54fd9a7a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@2ebdbf4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@7fb15292, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@1702cde3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@12af314a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@a9c03a7
			- StandaloneCoroutine{Active}@49afbdb9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@57da40f2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@5d4e2aa, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@499d5eca, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@608bb1a7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@125ad28a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@21ff949b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@21818655, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@709e1101
			- StandaloneCoroutine{Active}@2ab9402d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@5749cde5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@7c8785b2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@4af3b209, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@37914709, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@5c5f15d0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@307396b1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@25b8ca4a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@29ab6fe2
			- StandaloneCoroutine{Active}@384043a4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@46e0a4e5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@5e6681f0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@b14ac31, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@6483cf21, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@9f7f85e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@7133d5ed, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@4cd2cb5e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@78239386
			- StandaloneCoroutine{Active}@133be57b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@728c570e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@7caeffda, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@24b677a2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@123aa77a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@6117d8e2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@50ed8717, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@772589b9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@6ae0a0c1
			- StandaloneCoroutine{Active}@2321e394, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@52f5a15a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@30e98888, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@786e9be4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@8a71861, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@2fed1cc1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@b95580f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@13b5ca3b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@36a4d300
			- StandaloneCoroutine{Active}@6039f97b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@c0064bd, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@4908ab6d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@77fb371a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@23ddb667, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@4bfe1a9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@7f76a23c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@7a9348e7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@56345d2a
			- StandaloneCoroutine{Active}@4535a994, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@32c1a94c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@2b2ad00a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@779528a9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@7b24a8d0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@48cf6b60, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@614a64b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@42a42d16, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@3c5503d9
			- StandaloneCoroutine{Active}@75169450, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@5477192, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@76d7ec66, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@2b3de856, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@36e08e31, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@a421cd1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@469d204f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@3cc724ae, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@43f9695d
			- StandaloneCoroutine{Active}@34b727ea, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@589a0640, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@13f7e1c7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@59740c77, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@4f21dadf, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@6c240b8e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@6175d183, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@7a2b23ae, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@698385bc
			- StandaloneCoroutine{Active}@6484a84c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@72bf557, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@8a888cc, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@33ee3620, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@aa92b69, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@4b2e24b8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@3e2860bb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@720a715a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@41f3791f
			- StandaloneCoroutine{Active}@4547528e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@6c75d1e0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@3097160d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@2d733b9f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
			- StandaloneCoroutine{Active}@23cdeecb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:225)
				- ProducerCoroutine{Active}@359d0557, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@50a3a488, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
						at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@cd20fca, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
							at kotlinx.coroutines.flow.StartedWhileSubscribed$command$1.invokeSuspend(SharingStarted.kt:183)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
		- SupervisorJobImpl{Active}@770e36ed
		- StandaloneCoroutine{Active}@641d306c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		- StandaloneCoroutine{Active}@1d21d681, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		- StandaloneCoroutine{Active}@3f712983, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		- StandaloneCoroutine{Active}@478373d5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		- StandaloneCoroutine{Active}@19c241b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
	- StandaloneCoroutine{Active}@191e3cca, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
	- SupervisorJobImpl{Active}@13449c4c
		- StandaloneCoroutine{Active}@576cb3d8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__LimitKt$takeWhile$$inlined$unsafeFlow$1.collect(Limit.kt:124)
		- StandaloneCoroutine{Active}@4a036828, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
		- StandaloneCoroutine{Active}@25089b39, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__LimitKt$takeWhile$$inlined$unsafeFlow$1.collect(Limit.kt:124)
		- StandaloneCoroutine{Active}@17c81e33, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
		- SupervisorJobImpl{Active}@5bb88116
			- StandaloneCoroutine{Active}@4d527efa, state: RUNNING [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
				at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:156)
				at kotlinx.coroutines.flow.FlowKt__ErrorsKt$retryWhen$$inlined$unsafeFlow$1.collect(Errors.kt:117)
		- SupervisorJobImpl{Active}@8b2b120
		- SupervisorJobImpl{Active}@3ed5cf4
		- SupervisorJobImpl{Active}@7e683830
		- SupervisorJobImpl{Active}@3f02cf5
		- SupervisorJobImpl{Active}@6aa6380d
		- SupervisorJobImpl{Active}@69176fbc
		- StandaloneCoroutine{Active}@1f3a55a3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.FlowKt__MergeKt$flattenConcat$1$1.emit(Merge.kt:80)
			at kotlinx.coroutines.flow.FlowKt__MergeKt$flatMapConcat$$inlined$map$1$2.emit(Merge.kt:223)
			at kotlinx.coroutines.flow.DistinctFlowImpl$collect$2.emit(Distinct.kt:81)
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:398)
			at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:156)
			at kotlinx.coroutines.flow.FlowKt__ErrorsKt$retryWhen$$inlined$unsafeFlow$1.collect(Errors.kt:117)
		- SupervisorJobImpl{Active}@26231c9c
			- StandaloneCoroutine{Active}@78fa9fbf, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
			- SupervisorJobImpl{Active}@69a76df7
			- StandaloneCoroutine{Active}@26819bf4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@1825e1d0
		- SupervisorJobImpl{Active}@77760e48
		- SupervisorJobImpl{Active}@7580932f
		- SupervisorJobImpl{Active}@703dc595
	- StandaloneCoroutine{Active}@3cb3612e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, Dispatchers.Default]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
	- JobImpl{Active}@6b128ed3

- SupervisorJobImpl{Active}@68e6cf14
	- StandaloneCoroutine{Active}@2b2fe49f, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		- ProducerCoroutine{Active}@39c1e7ac, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
			- StandaloneCoroutine{Active}@705062b3, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
				at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
				- StandaloneCoroutine{Active}@11e0fed3, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@468e535a, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@5b7e8067, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@28482441, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@3ec841fd, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@a68d1fd, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@253a056f, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@4cb957a5, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@30023066, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@7c29e8a2, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@94d9b35, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@fcff1c6, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@2e6f7159, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@1db0e0ce, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@78c1547e, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@8f0db61, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@5d40869f, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@47ecab69, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@35fc654e, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@3b599b43, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@627486c9, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@40e1ce0d, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@16e1154a, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@61151756, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- StandaloneCoroutine{Active}@1dfc717, state: SUSPENDED [Dispatchers.IO]
	at kotlinx.coroutines.TimeoutKt.withTimeoutOrNull(Timeout.kt:100)

- SupervisorJobImpl{Active}@34635700
	- StandaloneCoroutine{Active}@20b25914, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		at org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector$1.invokeSuspend(GHPRStatisticsCollector.kt:78)

- SupervisorJobImpl{Active}@d9d7bf0
	- StandaloneCoroutine{Active}@43f374e2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
		at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
		- StandaloneCoroutine{Active}@5fbca8ad, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
		- StandaloneCoroutine{Active}@3c7ab9ba, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@ca65338
	- StandaloneCoroutine{Active}@4cd38ae0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
	- StandaloneCoroutine{Active}@70c70956, state: RUNNING [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
	- StandaloneCoroutine{Active}@4513ff6b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
		- ProducerCoroutine{Completing}@79ec5bb9 [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			- StandaloneCoroutine{Active}@1d1fd74f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)
			- StandaloneCoroutine{Active}@4d4bca86, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)
			- StandaloneCoroutine{Active}@50ef7c0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)

- SupervisorJobImpl{Active}@4a99ee44
	- StandaloneCoroutine{Active}@545768e5, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		- ProducerCoroutine{Completing}@5eeabae2 [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			- StandaloneCoroutine{Active}@52aa67bb, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)
				- ProducerCoroutine{Active}@1561fa23, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, Dispatchers.Default]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.FlowKt__MergeKt$flattenConcat$1$1.emit(Merge.kt:80)
					at kotlinx.coroutines.flow.FlowKt__MergeKt$flatMapConcat$$inlined$map$1$2.emit(Merge.kt:223)
					at kotlinx.coroutines.flow.DistinctFlowImpl$collect$2.emit(Distinct.kt:81)
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:398)
					at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:156)
					at kotlinx.coroutines.flow.FlowKt__ErrorsKt$retryWhen$$inlined$unsafeFlow$1.collect(Errors.kt:117)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
			- StandaloneCoroutine{Active}@7a9eb5d5, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:156)
				at kotlinx.coroutines.flow.FlowKt__ErrorsKt$catch$$inlined$unsafeFlow$1.collect(Errors.kt:113)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)
				- ProducerCoroutine{Active}@3bf77ad0, state: RUNNING [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, Dispatchers.Default]
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)

- SupervisorJobImpl{Active}@2ac5b7f0
	- StandaloneCoroutine{Active}@59c88291, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@510e4ca0
	- StandaloneCoroutine{Active}@57e8bce7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		- ProducerCoroutine{Active}@5791ba7f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
			- StandaloneCoroutine{Active}@524d659, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@af89809, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@5060896b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@18651066, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@5d53b0b0
	- StandaloneCoroutine{Active}@2ddd4bb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:44)
		at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$2.invokeSuspend(InternalReadAction.kt:27)
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:398)

- SupervisorJobImpl{Active}@58bd8e90
	- StandaloneCoroutine{Active}@5f1b6c5f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		- ProducerCoroutine{Active}@7bd78412, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
			- StandaloneCoroutine{Active}@74978409, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@1c7e10f7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@5b4ef07e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@1883ee2c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@5fc0d840
	- StandaloneCoroutine{Active}@13b190d2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@7c08e454
	- StandaloneCoroutine{Active}@14c4fe06, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		- ProducerCoroutine{Active}@78d1adc1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
			- StandaloneCoroutine{Active}@54b07fa5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@789fb15a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@d55a42d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@4b9842e1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@3c9e0d55
	- StandaloneCoroutine{Active}@5acfbf75, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@863cd58
	- StandaloneCoroutine{Active}@7ae75058, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		- ProducerCoroutine{Active}@608ea31d, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
			- StandaloneCoroutine{Active}@27119773, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
				at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
				- StandaloneCoroutine{Active}@694ea43a, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@771bb71c, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@3e7da10e, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@157c03bd, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@98f0a5c, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@2306ff26, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@70a05f99, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@5b4cbdb, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@7418ecdb, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@60f3c2b1, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@125d15a1, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@3194ee22, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@2d9a2ff, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@7c410e5f, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@64bec6b, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@1038e77e, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@5f3971dc, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@2b7eaf92, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@728f2622, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@255b3c1a, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@31f80efc, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@6fa4256e, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@6411b08e, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@18d6fbfa, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@51b816cc
	- StandaloneCoroutine{Active}@147db20c, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
		at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:219)
		- StandaloneCoroutine{Active}@69126a38, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- ProducerCoroutine{Active}@5f2c8a2b, state: SUSPENDED [Dispatchers.Default]
				at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:153)
				at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:28)
				at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:336)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
		- StandaloneCoroutine{Active}@2658e910, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@4b4d4, state: SUSPENDED [Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@79ea0717, state: SUSPENDED [Dispatchers.Default]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__TransformKt$runningFold$$inlined$unsafeFlow$1.collect(Transform.kt:115)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- ProducerCoroutine{Active}@4fd4723, state: SUSPENDED [Dispatchers.Default]
					at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
					at git4idea.remote.hosting.GitAsyncExtensionsKt$discoverServers$1.invokeSuspend(gitAsyncExtensions.kt:68)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
					- ProducerCoroutine{Active}@493734d0, state: SUSPENDED [Dispatchers.Default]
						at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
						at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@7dac41aa, state: SUSPENDED [Dispatchers.Default]
							at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
							at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
							- ProducerCoroutine{Active}@fb62ad5, state: SUSPENDED [Dispatchers.Default]
								at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:153)
								at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:28)
								at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:336)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
						- StandaloneCoroutine{Active}@611cad8a, state: SUSPENDED [Dispatchers.Default]
							at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
							at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@6aa962eb
	- StandaloneCoroutine{Active}@7f571e47, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@26912e4e
	- StandaloneCoroutine{Active}@30ed3532, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		- ProducerCoroutine{Completing}@3f6396f5 [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			- StandaloneCoroutine{Active}@3dfefd13, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)
				- ProducerCoroutine{Active}@6e0e1664, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, Dispatchers.Default]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.FlowKt__MergeKt$flattenConcat$1$1.emit(Merge.kt:80)
					at kotlinx.coroutines.flow.FlowKt__MergeKt$flatMapConcat$$inlined$map$1$2.emit(Merge.kt:223)
					at kotlinx.coroutines.flow.DistinctFlowImpl$collect$2.emit(Distinct.kt:81)
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:398)
					at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:156)
					at kotlinx.coroutines.flow.FlowKt__ErrorsKt$retryWhen$$inlined$unsafeFlow$1.collect(Errors.kt:117)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
			- StandaloneCoroutine{Active}@7d88428a, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:156)
				at kotlinx.coroutines.flow.FlowKt__ErrorsKt$catch$$inlined$unsafeFlow$1.collect(Errors.kt:113)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)
				- ProducerCoroutine{Active}@3713ea32, state: RUNNING [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, Dispatchers.Default]
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)

- SupervisorJobImpl{Active}@308e2ec9
	- StandaloneCoroutine{Active}@426c1e97, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		at org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector$1.invokeSuspend(GHPRStatisticsCollector.kt:78)

- SupervisorJobImpl{Active}@21915062
	- StandaloneCoroutine{Active}@75962dd4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@8ed081
	- StandaloneCoroutine{Active}@572c1d57, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
		at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
		- StandaloneCoroutine{Active}@5dec5891, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
		- StandaloneCoroutine{Active}@5100729a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@2fc27d80
	- StandaloneCoroutine{Active}@772f69e7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
	- StandaloneCoroutine{Active}@2e2156bd, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
		- ProducerCoroutine{Completing}@4df88f3a [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			- StandaloneCoroutine{Active}@75b052b9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)
			- StandaloneCoroutine{Active}@769f5609, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)
			- StandaloneCoroutine{Active}@4908a09b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:380)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)
	- StandaloneCoroutine{Active}@6a1d2620, state: RUNNING [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]

- SupervisorJobImpl{Active}@6e7be6d7
	- StandaloneCoroutine{Active}@1bce8f82, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@45c2b93a
	- StandaloneCoroutine{Active}@6c1c23d8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@333e73db
	- StandaloneCoroutine{Active}@60bf1f4c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@f2c2641
	- StandaloneCoroutine{Active}@6c3f77b8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@3ed0342d
	- StandaloneCoroutine{Active}@3625722, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@6e0b41a4
	- StandaloneCoroutine{Active}@eeda675, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@2e6b4715
	- StandaloneCoroutine{Active}@16b09d9b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@401b62b7
	- StandaloneCoroutine{Active}@1a5aa42, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@7f5557c5
	- StandaloneCoroutine{Active}@10ef2613, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@4b672fea
	- StandaloneCoroutine{Active}@7352f475, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		- ProducerCoroutine{Active}@619ce3c1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
			- StandaloneCoroutine{Active}@4dc7b20a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@406473b8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@46e0029e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@2471da1f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@3fc08a7c
	- StandaloneCoroutine{Active}@36c7afaa, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@24d559e9
	- StandaloneCoroutine{Active}@1ccc3a4f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		- ProducerCoroutine{Active}@7fd673dd, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
			- StandaloneCoroutine{Active}@39e46a4b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@4fb66275, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@3b2a8c5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@32d52822, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@716bc9c9
	- StandaloneCoroutine{Active}@29183f3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@381a071
	- StandaloneCoroutine{Active}@7e48fc1e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		- ProducerCoroutine{Active}@68aa9792, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
			- StandaloneCoroutine{Active}@3a1e21, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@37ab2e0b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@b01396b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@eba9bce, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@38294917
	- StandaloneCoroutine{Active}@5b9af53c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@36bd55ea
	- StandaloneCoroutine{Active}@1a4616a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		- ProducerCoroutine{Active}@6f11dc23, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
			- StandaloneCoroutine{Active}@6d596acb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:57)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@436bd33e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@22faffb4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
			- StandaloneCoroutine{Active}@61664149, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@19b7f775
	- StandaloneCoroutine{Active}@453d612, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@17bb5e1a
	- StandaloneCoroutine{Active}@27694eec, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		- ProducerCoroutine{Completing}@f6dad16 [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			- StandaloneCoroutine{Active}@4e951f4f, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)
				- ProducerCoroutine{Active}@4c794691, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, Dispatchers.Default]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.FlowKt__MergeKt$flattenConcat$1$1.emit(Merge.kt:80)
					at kotlinx.coroutines.flow.FlowKt__MergeKt$flatMapConcat$$inlined$map$1$2.emit(Merge.kt:223)
					at kotlinx.coroutines.flow.DistinctFlowImpl$collect$2.emit(Distinct.kt:81)
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:398)
					at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:156)
					at kotlinx.coroutines.flow.FlowKt__ErrorsKt$retryWhen$$inlined$unsafeFlow$1.collect(Errors.kt:117)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
			- StandaloneCoroutine{Active}@61b3344c, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:156)
				at kotlinx.coroutines.flow.FlowKt__ErrorsKt$catch$$inlined$unsafeFlow$1.collect(Errors.kt:113)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)
				- ProducerCoroutine{Active}@210a6fdc, state: RUNNING [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@64faae5b, Dispatchers.Default]
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)

- SupervisorJobImpl{Active}@6528dc0b
	- StandaloneCoroutine{Active}@3f6a3e3d, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
		at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
		- ProducerCoroutine{Completing}@58651e4d [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
			- StandaloneCoroutine{Active}@3921aa8f, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)
				- ProducerCoroutine{Active}@17e68982, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, Dispatchers.Default]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.FlowKt__MergeKt$flattenConcat$1$1.emit(Merge.kt:80)
					at kotlinx.coroutines.flow.FlowKt__MergeKt$flatMapConcat$$inlined$map$1$2.emit(Merge.kt:223)
					at kotlinx.coroutines.flow.DistinctFlowImpl$collect$2.emit(Distinct.kt:81)
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:398)
					at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:156)
					at kotlinx.coroutines.flow.FlowKt__ErrorsKt$retryWhen$$inlined$unsafeFlow$1.collect(Errors.kt:117)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)
			- StandaloneCoroutine{Active}@4ba746f8, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1975cb19[Running, pool size = 21, active threads = 3, queued tasks = 0, completed tasks = 2332580]]
				at kotlinx.coroutines.channels.AbstractChannel.receiveCatching-JP2dKIU(AbstractChannel.kt:633)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:51)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
				at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:156)
				at kotlinx.coroutines.flow.FlowKt__ErrorsKt$catch$$inlined$unsafeFlow$1.collect(Errors.kt:113)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:96)
				- ProducerCoroutine{Active}@7993c695, state: RUNNING [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@70f4d1a2, Dispatchers.Default]
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:60)

- SupervisorJobImpl{Active}@39e6c741
	- DeferredCoroutine{Active}@4cc6fec6, state: CREATED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@61d11024, com.android.tools.idea.concurrency.AndroidDispatchers$uiThread$1@7229c012]