"AWT-EventQueue-0" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at com.intellij.openapi.application.impl.FlushQueue.pollNextEvent(FlushQueue.java:87)
	at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:32)
	at com.intellij.openapi.application.impl.FlushQueue$$Lambda$580/0x0000000800687058.run(Unknown Source)
	at java.desktop@17.0.6/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
	at java.desktop@17.0.6/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:788)
	at java.desktop@17.0.6/java.awt.EventQueue$3.run(EventQueue.java:739)
	at java.desktop@17.0.6/java.awt.EventQueue$3.run(EventQueue.java:731)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
	at java.desktop@17.0.6/java.awt.EventQueue.dispatchEvent(EventQueue.java:758)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:909)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:756)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$5(IdeEventQueue.java:437)
	at com.intellij.ide.IdeEventQueue$$Lambda$628/0x000000080070f9f0.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$627/0x000000080070ef10.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.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:434)
	at com.intellij.ide.IdeEventQueue$$Lambda$626/0x000000080070def8.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(EventDispatchThread.java:207)
	at java.desktop@17.0.6/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
	at java.desktop@17.0.6/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
	at java.desktop@17.0.6/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
	at java.desktop@17.0.6/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
	at java.desktop@17.0.6/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)

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

	at org.sqlite.core.DB.prepare(DB.java:251)
	at org.sqlite.core.CorePreparedStatement.<init>(CorePreparedStatement.java:45)
	at org.sqlite.jdbc3.JDBC3PreparedStatement.<init>(JDBC3PreparedStatement.java:30)
	at org.sqlite.jdbc4.JDBC4PreparedStatement.<init>(JDBC4PreparedStatement.java:25)
	at org.sqlite.jdbc4.JDBC4Connection.prepareStatement(JDBC4Connection.java:35)
	at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:241)
	at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:205)
	at com.android.tools.datastore.database.DataStoreTable.executeOneTimeQuery(DataStoreTable.java:203)
	at com.android.tools.datastore.database.UnifiedEventsTable.gatherEvents(UnifiedEventsTable.java:277)
	at com.android.tools.datastore.database.UnifiedEventsTable.queryUnifiedEventGroups(UnifiedEventsTable.java:224)
	at com.android.tools.datastore.service.TransportService.getEventGroups(TransportService.java:239)
	at com.android.tools.profiler.proto.TransportServiceGrpc$MethodHandlers.invoke(TransportServiceGrpc.java:1030)
	at com.android.tools.idea.io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:182)
	at com.android.tools.idea.io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:340)
	at com.android.tools.idea.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:866)
	at com.android.tools.idea.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
	at com.android.tools.idea.io.grpc.internal.SerializeReentrantCallsDirectExecutor.execute(SerializeReentrantCallsDirectExecutor.java:49)
	at com.android.tools.idea.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener.halfClosed(ServerImpl.java:877)
	at com.android.tools.idea.io.grpc.inprocess.InProcessTransport$InProcessStream$InProcessClientStream.halfClose(InProcessTransport.java:800)
	at com.android.tools.idea.io.grpc.internal.ForwardingClientStream.halfClose(ForwardingClientStream.java:72)
	at com.android.tools.idea.io.grpc.internal.RetriableStream$1HalfCloseEntry.runWith(RetriableStream.java:658)
	at com.android.tools.idea.io.grpc.internal.RetriableStream.delayOrExecute(RetriableStream.java:529)
	at com.android.tools.idea.io.grpc.internal.RetriableStream.halfClose(RetriableStream.java:662)
	at com.android.tools.idea.io.grpc.internal.ClientCallImpl.halfCloseInternal(ClientCallImpl.java:499)
	at com.android.tools.idea.io.grpc.internal.ClientCallImpl.halfClose(ClientCallImpl.java:488)
	at com.android.tools.idea.io.grpc.stub.ClientCalls.asyncUnaryRequestCall(ClientCalls.java:309)
	at com.android.tools.idea.io.grpc.stub.ClientCalls.futureUnaryCall(ClientCalls.java:218)
	at com.android.tools.idea.io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:146)
	at com.android.tools.profiler.proto.TransportServiceGrpc$TransportServiceBlockingStub.getEventGroups(TransportServiceGrpc.java:825)
	at com.android.tools.idea.transport.manager.StreamQueryUtils$Companion.queryForDevices(StreamQueryUtils.kt:43)
	at com.android.tools.idea.transport.manager.TransportStreamManager$streamActivityFlow$1.invokeSuspend(TransportStreamManager.kt:79)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

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

	at org.sqlite.core.NativeDB.reset(Native Method)
	at org.sqlite.jdbc3.JDBC3PreparedStatement.executeQuery(JDBC3PreparedStatement.java:73)
	at com.android.tools.datastore.database.DataStoreTable.executeOneTimeQuery(DataStoreTable.java:208)
	at com.android.tools.datastore.database.UnifiedEventsTable.gatherEvents(UnifiedEventsTable.java:277)
	at com.android.tools.datastore.database.UnifiedEventsTable.queryUnifiedEventGroups(UnifiedEventsTable.java:224)
	at com.android.tools.datastore.service.TransportService.getEventGroups(TransportService.java:239)
	at com.android.tools.profiler.proto.TransportServiceGrpc$MethodHandlers.invoke(TransportServiceGrpc.java:1030)
	at com.android.tools.idea.io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:182)
	at com.android.tools.idea.io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:340)
	at com.android.tools.idea.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:866)
	at com.android.tools.idea.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
	at com.android.tools.idea.io.grpc.internal.SerializeReentrantCallsDirectExecutor.execute(SerializeReentrantCallsDirectExecutor.java:49)
	at com.android.tools.idea.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener.halfClosed(ServerImpl.java:877)
	at com.android.tools.idea.io.grpc.inprocess.InProcessTransport$InProcessStream$InProcessClientStream.halfClose(InProcessTransport.java:800)
	at com.android.tools.idea.io.grpc.internal.ForwardingClientStream.halfClose(ForwardingClientStream.java:72)
	at com.android.tools.idea.io.grpc.internal.RetriableStream$1HalfCloseEntry.runWith(RetriableStream.java:658)
	at com.android.tools.idea.io.grpc.internal.RetriableStream.delayOrExecute(RetriableStream.java:529)
	at com.android.tools.idea.io.grpc.internal.RetriableStream.halfClose(RetriableStream.java:662)
	at com.android.tools.idea.io.grpc.internal.ClientCallImpl.halfCloseInternal(ClientCallImpl.java:499)
	at com.android.tools.idea.io.grpc.internal.ClientCallImpl.halfClose(ClientCallImpl.java:488)
	at com.android.tools.idea.io.grpc.stub.ClientCalls.asyncUnaryRequestCall(ClientCalls.java:309)
	at com.android.tools.idea.io.grpc.stub.ClientCalls.futureUnaryCall(ClientCalls.java:218)
	at com.android.tools.idea.io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:146)
	at com.android.tools.profiler.proto.TransportServiceGrpc$TransportServiceBlockingStub.getEventGroups(TransportServiceGrpc.java:825)
	at com.android.tools.idea.transport.manager.StreamQueryUtils$Companion.queryForProcesses(StreamQueryUtils.kt:84)
	at com.android.tools.idea.transport.manager.TransportStreamChannel$processesFlow$1.invokeSuspend(TransportStreamManager.kt:165)
	at com.android.tools.idea.transport.manager.TransportStreamChannel$processesFlow$1.invoke(TransportStreamManager.kt)
	at com.android.tools.idea.transport.manager.TransportStreamChannel$processesFlow$1.invoke(TransportStreamManager.kt)
	at com.android.tools.idea.transport.manager.TransportStreamChannel$processesFlow$2.invokeSuspend(TransportStreamManager.kt:174)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

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

	at org.sqlite.core.NativeDB.reset(Native Method)
	at org.sqlite.jdbc3.JDBC3PreparedStatement.executeQuery(JDBC3PreparedStatement.java:73)
	at com.android.tools.datastore.database.DataStoreTable.executeOneTimeQuery(DataStoreTable.java:208)
	at com.android.tools.datastore.database.UnifiedEventsTable.gatherEvents(UnifiedEventsTable.java:277)
	at com.android.tools.datastore.database.UnifiedEventsTable.queryUnifiedEventGroups(UnifiedEventsTable.java:224)
	at com.android.tools.datastore.service.TransportService.getEventGroups(TransportService.java:239)
	at com.android.tools.profiler.proto.TransportServiceGrpc$MethodHandlers.invoke(TransportServiceGrpc.java:1030)
	at com.android.tools.idea.io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:182)
	at com.android.tools.idea.io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:340)
	at com.android.tools.idea.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:866)
	at com.android.tools.idea.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
	at com.android.tools.idea.io.grpc.internal.SerializeReentrantCallsDirectExecutor.execute(SerializeReentrantCallsDirectExecutor.java:49)
	at com.android.tools.idea.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener.halfClosed(ServerImpl.java:877)
	at com.android.tools.idea.io.grpc.inprocess.InProcessTransport$InProcessStream$InProcessClientStream.halfClose(InProcessTransport.java:800)
	at com.android.tools.idea.io.grpc.internal.ForwardingClientStream.halfClose(ForwardingClientStream.java:72)
	at com.android.tools.idea.io.grpc.internal.RetriableStream$1HalfCloseEntry.runWith(RetriableStream.java:658)
	at com.android.tools.idea.io.grpc.internal.RetriableStream.delayOrExecute(RetriableStream.java:529)
	at com.android.tools.idea.io.grpc.internal.RetriableStream.halfClose(RetriableStream.java:662)
	at com.android.tools.idea.io.grpc.internal.ClientCallImpl.halfCloseInternal(ClientCallImpl.java:499)
	at com.android.tools.idea.io.grpc.internal.ClientCallImpl.halfClose(ClientCallImpl.java:488)
	at com.android.tools.idea.io.grpc.stub.ClientCalls.asyncUnaryRequestCall(ClientCalls.java:309)
	at com.android.tools.idea.io.grpc.stub.ClientCalls.futureUnaryCall(ClientCalls.java:218)
	at com.android.tools.idea.io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:146)
	at com.android.tools.profiler.proto.TransportServiceGrpc$TransportServiceBlockingStub.getEventGroups(TransportServiceGrpc.java:825)
	at com.android.tools.idea.transport.manager.StreamQueryUtils$Companion.queryForDevices(StreamQueryUtils.kt:43)
	at com.android.tools.idea.transport.manager.TransportStreamManager$streamActivityFlow$1.invokeSuspend(TransportStreamManager.kt:79)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

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

	at org.sqlite.core.NativeDB.reset(Native Method)
	at org.sqlite.jdbc3.JDBC3PreparedStatement.executeQuery(JDBC3PreparedStatement.java:73)
	at com.android.tools.datastore.database.DataStoreTable.executeOneTimeQuery(DataStoreTable.java:208)
	at com.android.tools.datastore.database.UnifiedEventsTable.gatherEvents(UnifiedEventsTable.java:277)
	at com.android.tools.datastore.database.UnifiedEventsTable.queryUnifiedEventGroups(UnifiedEventsTable.java:210)
	at com.android.tools.datastore.service.TransportService.getEventGroups(TransportService.java:239)
	at com.android.tools.profiler.proto.TransportServiceGrpc$MethodHandlers.invoke(TransportServiceGrpc.java:1030)
	at com.android.tools.idea.io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:182)
	at com.android.tools.idea.io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:340)
	at com.android.tools.idea.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:866)
	at com.android.tools.idea.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
	at com.android.tools.idea.io.grpc.internal.SerializeReentrantCallsDirectExecutor.execute(SerializeReentrantCallsDirectExecutor.java:49)
	at com.android.tools.idea.io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener.halfClosed(ServerImpl.java:877)
	at com.android.tools.idea.io.grpc.inprocess.InProcessTransport$InProcessStream$InProcessClientStream.halfClose(InProcessTransport.java:800)
	at com.android.tools.idea.io.grpc.internal.ForwardingClientStream.halfClose(ForwardingClientStream.java:72)
	at com.android.tools.idea.io.grpc.internal.RetriableStream$1HalfCloseEntry.runWith(RetriableStream.java:658)
	at com.android.tools.idea.io.grpc.internal.RetriableStream.delayOrExecute(RetriableStream.java:529)
	at com.android.tools.idea.io.grpc.internal.RetriableStream.halfClose(RetriableStream.java:662)
	at com.android.tools.idea.io.grpc.internal.ClientCallImpl.halfCloseInternal(ClientCallImpl.java:499)
	at com.android.tools.idea.io.grpc.internal.ClientCallImpl.halfClose(ClientCallImpl.java:488)
	at com.android.tools.idea.io.grpc.stub.ClientCalls.asyncUnaryRequestCall(ClientCalls.java:309)
	at com.android.tools.idea.io.grpc.stub.ClientCalls.futureUnaryCall(ClientCalls.java:218)
	at com.android.tools.idea.io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:146)
	at com.android.tools.profiler.proto.TransportServiceGrpc$TransportServiceBlockingStub.getEventGroups(TransportServiceGrpc.java:825)
	at com.android.tools.idea.transport.manager.TransportStreamManagerKt$eventGroupFlow$1.invokeSuspend(TransportStreamManager.kt:59)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"BaseDataReader: output stream of fsnotifier.exe" 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(FileInputStream.java:276)
	at java.base@17.0.6/java.io.BufferedInputStream.read1(BufferedInputStream.java:282)
	at java.base@17.0.6/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:270)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:313)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
	at java.base@17.0.6/java.io.InputStreamReader.read(InputStreamReader.java:177)
	at java.base@17.0.6/java.io.Reader.read(Reader.java:250)
	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$669/0x0000000800796bb0.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$667/0x0000000800795c58.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"BaseDataReader: error stream of fsnotifier.exe" 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(FileInputStream.java:276)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:270)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:313)
	at java.base@17.0.6/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
	at java.base@17.0.6/java.io.InputStreamReader.read(InputStreamReader.java:177)
	at java.base@17.0.6/java.io.Reader.read(Reader.java:250)
	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$669/0x0000000800796bb0.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$667/0x0000000800795c58.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"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(ThreadImpl.java:521)
	at java.management@17.0.6/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
	at com.intellij.diagnostic.ThreadDumper.getThreadInfos(ThreadDumper.java:60)
	at com.intellij.diagnostic.SamplingTask.dumpThreads(SamplingTask.java:47)
	at com.intellij.diagnostic.SamplingTask$$Lambda$11829/0x00000008054aa8f0.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base@17.0.6/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	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$641/0x0000000800734990.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(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Flushing Daemon" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.FileDispatcherImpl.force0(Native Method)
	at java.base@17.0.6/sun.nio.ch.FileDispatcherImpl.force(FileDispatcherImpl.java:86)
	at java.base@17.0.6/sun.nio.ch.FileChannelImpl.force(FileChannelImpl.java:468)
	at com.intellij.psi.search.MappedFileTypeIndex$IndexDataController$ForwardIndexFileController.flush(MappedFileTypeIndex.java:335)
	at com.intellij.psi.search.MappedFileTypeIndex$IndexDataController.flush(MappedFileTypeIndex.java:187)
	at com.intellij.psi.search.MappedFileTypeIndex.flush(MappedFileTypeIndex.java:106)
	at com.intellij.util.indexing.FileBasedIndexImpl.flushAllIndices(FileBasedIndexImpl.java:741)
	at com.intellij.util.indexing.FileBasedIndexImpl$7.run(FileBasedIndexImpl.java:2025)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.ConcurrencyUtil.lambda$underThreadNameRunnable$3(ConcurrencyUtil.java:200)
	at com.intellij.util.ConcurrencyUtil$$Lambda$525/0x0000000800628e18.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base@17.0.6/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:275)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"fsnotifier.exe" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/java.lang.ProcessImpl.waitForInterruptibly(Native Method)
	at java.base@17.0.6/java.lang.ProcessImpl.waitFor(ProcessImpl.java:566)
	at com.intellij.execution.process.ProcessWaitFor.lambda$new$0(ProcessWaitFor.java:28)
	at com.intellij.execution.process.ProcessWaitFor$$Lambda$665/0x00000008007948c8.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$663/0x000000080078b600.run(Unknown Source)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"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(SocketDispatcher.java:46)
	at java.base@17.0.6/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:330)
	at java.base@17.0.6/sun.nio.ch.IOUtil.read(IOUtil.java:296)
	at java.base@17.0.6/sun.nio.ch.IOUtil.read(IOUtil.java:259)
	at java.base@17.0.6/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:417)
	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(Thread.java:833)

"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.WEPoll.wait(Native Method)
	at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
	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(Thread.java:833)

"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.WEPoll.wait(Native Method)
	at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
	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(Thread.java:833)

"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.WEPoll.wait(Native Method)
	at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
	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(Thread.java:833)

"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.WEPoll.wait(Native Method)
	at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
	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(Thread.java:833)

"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.WEPoll.wait(Native Method)
	at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
	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(Thread.java:833)

"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.WEPoll.wait(Native Method)
	at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
	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(Thread.java:833)

"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.WEPoll.wait(Native Method)
	at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
	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(Thread.java:833)

"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.WEPoll.wait(Native Method)
	at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
	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(Thread.java:833)

"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.WEPoll.wait(Native Method)
	at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
	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(Thread.java:833)

"Thread-102" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-103" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-104" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-105" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-106" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-107" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-108" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-109" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-110" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-111" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-112" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-113" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-114" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-115" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-116" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-117" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-120" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-121" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-122" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-123" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-124" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-125" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-126" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-127" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-128" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-129" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-130" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-131" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-132" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-133" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-134" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-135" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Monitor" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.WEPoll.wait(Native Method)
	at java.base@17.0.6/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:111)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
	at java.base@17.0.6/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
	at com.android.ddmlib.internal.MonitorThread.run(MonitorThread.java:175)

"AWT-Windows" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.desktop@17.0.6/sun.awt.windows.WToolkit.eventLoop(Native Method)
	at java.desktop@17.0.6/sun.awt.windows.WToolkit.run(WToolkit.java:365)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"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(Reference.java:253)
	at java.base@17.0.6/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)

"Thread-101" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-119" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.6/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
	at java.base@17.0.6/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"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


"WinLauncher external command processing thread" 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: TIMED_WAITING
 on com.intellij.util.concurrency.Semaphore$Sync@6b0d1ae
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:717)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1074)
	at com.intellij.util.concurrency.Semaphore.waitForUnsafe(Semaphore.java:107)
	at com.intellij.util.concurrency.Semaphore.waitFor(Semaphore.java:95)
	at com.intellij.openapi.actionSystem.impl.ActionUpdateEdtExecutor.computeOnEdt(ActionUpdateEdtExecutor.java:71)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.computeOnEdt(ActionUpdater.java:637)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.computeOnEdt(ActionUpdater.java:248)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:203)
	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$1484/0x0000000801071228.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$1512/0x000000080107cfc8.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$1512/0x000000080107cfc8.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$1512/0x000000080107cfc8.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$1496/0x00000008010749f8.compute(Unknown Source)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:392)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$$Lambda$1504/0x00000008010768a0.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$1506/0x0000000801076d30.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$1499/0x00000008010750f8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:186)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda$1502/0x0000000801076410.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:604)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda$1503/0x0000000801076658.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$1497/0x0000000801074c68.run(Unknown Source)
	at io.opentelemetry.context.Context.lambda$wrap$1(Context.java:212)
	at io.opentelemetry.context.Context$$Lambda$1498/0x0000000801074eb0.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$641/0x0000000800734990.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(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Action Updater (Common)" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on com.intellij.util.concurrency.Semaphore$Sync@8773f08
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:717)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1074)
	at com.intellij.util.concurrency.Semaphore.waitForUnsafe(Semaphore.java:107)
	at com.intellij.util.concurrency.Semaphore.waitFor(Semaphore.java:95)
	at com.intellij.openapi.actionSystem.impl.ActionUpdateEdtExecutor.computeOnEdt(ActionUpdateEdtExecutor.java:71)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.computeOnEdt(ActionUpdater.java:637)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$16(ActionUpdater.java:394)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater$$Lambda$1499/0x00000008010750f8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:186)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda$1502/0x0000000801076410.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:604)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda$1503/0x0000000801076658.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$1497/0x0000000801074c68.run(Unknown Source)
	at io.opentelemetry.context.Context.lambda$wrap$1(Context.java:212)
	at io.opentelemetry.context.Context$$Lambda$1498/0x0000000801074eb0.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$641/0x0000000800734990.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(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"ApplicationImpl pooled thread 310" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on com.android.tools.idea.io.grpc.stub.ClientCalls$ThreadlessExecutor@4f474de
	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(LockSupport.java:211)
	at com.android.tools.idea.io.grpc.stub.ClientCalls$ThreadlessExecutor.waitAndDrain(ClientCalls.java:731)
	at com.android.tools.idea.io.grpc.stub.ClientCalls$BlockingResponseStream.waitForNext(ClientCalls.java:622)
	at com.android.tools.idea.io.grpc.stub.ClientCalls$BlockingResponseStream.hasNext(ClientCalls.java:643)
	at com.android.tools.datastore.poller.UnifiedEventsDataPoller.run(UnifiedEventsDataPoller.java:75)
	at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:246)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"GPG signature loader" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@34b34054
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:485)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:673)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"ApplicationImpl pooled thread 430" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@52b528fe
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"ApplicationImpl pooled thread 431" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@52b528fe
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"ApplicationImpl pooled thread 432" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@52b528fe
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"ApplicationImpl pooled thread 434" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@52b528fe
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"ApplicationImpl pooled thread 435" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@52b528fe
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base@17.0.6/java.security.AccessController.executePrivileged(AccessController.java:776)
	at java.base@17.0.6/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base@17.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Swing-Shell" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@52d2029d
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.desktop@17.0.6/sun.awt.shell.Win32ShellFolderManager2$ComInvoker$1.run(Win32ShellFolderManager2.java:595)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"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@20f64541
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:485)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:673)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"pool-10-thread-1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@55801807
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"pool-21-thread-1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@9115f8d
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"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@46a885d4
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Layoutlib Render Thread" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@259c6529
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
	at java.base@17.0.6/java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:535)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"pool-14-thread-2" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.6/java.lang.Thread.sleep(Native Method)
	at com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java:733)
	at com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java:511)
	at com.android.ddmlib.internal.DeviceImpl.executeShellCommand(DeviceImpl.java:720)
	at com.android.tools.idea.transport.TransportDeviceManager$TransportThread.startTransportDaemon(TransportDeviceManager.java:316)
	at com.android.tools.idea.transport.TransportDeviceManager$TransportThread.run(TransportDeviceManager.java:266)
	at java.base@17.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base@17.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"pool-16-thread-1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@41a49ae1
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"pool-17-thread-1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4d68d82a
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-235" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1dd22bfd
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:485)
	at java.base@17.0.6/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:673)
	at com.android.tools.idea.transport.TransportServiceProxy$getEvents$2.run(TransportServiceProxy.kt:148)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-118" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71f03385
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"grpc-timer-0" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57202085
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"pool-23-thread-1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@208e8888
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
	at java.base@17.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Thread-260" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@b0e7856
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"grpc-default-executor-42" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@14d36612
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
	at java.base@17.0.6/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"ClangdRequestsPlanner [main]" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.atomic.AtomicBoolean@54e60e44
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.Object.wait(Object.java:338)
	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(ThreadPoolExecutor.java:1136)
	at java.base@17.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"Coroutines Debugger Cleaner" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ref.ReferenceQueue$Lock@2324f17b
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
	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)

"Thread-234" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on com.android.tools.idea.io.grpc.stub.ClientCalls$ThreadlessExecutor@3da6cc47
	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(LockSupport.java:211)
	at com.android.tools.idea.io.grpc.stub.ClientCalls$ThreadlessExecutor.waitAndDrain(ClientCalls.java:731)
	at com.android.tools.idea.io.grpc.stub.ClientCalls$BlockingResponseStream.waitForNext(ClientCalls.java:622)
	at com.android.tools.idea.io.grpc.stub.ClientCalls$BlockingResponseStream.hasNext(ClientCalls.java:643)
	at com.android.tools.idea.transport.TransportServiceProxy$getEvents$1.run(TransportServiceProxy.kt:471)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"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(LockSupport.java:376)
	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(LockSupport.java:376)
	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-11" 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(LockSupport.java:376)
	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-12" 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(LockSupport.java:376)
	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-13" 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(LockSupport.java:376)
	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-14" 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(LockSupport.java:376)
	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-15" 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(LockSupport.java:376)
	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-16" 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(LockSupport.java:376)
	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(LockSupport.java:376)
	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(LockSupport.java:376)
	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(LockSupport.java:376)
	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(LockSupport.java:376)
	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(LockSupport.java:376)
	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(LockSupport.java:376)
	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(LockSupport.java:376)
	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(LockSupport.java:376)
	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@18a189fd
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
	at java.base@17.0.6/java.util.concurrent.DelayQueue.take(DelayQueue.java:229)
	at java.desktop@17.0.6/javax.swing.TimerQueue.run(TimerQueue.java:172)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"main" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on kotlinx.coroutines.BlockingCoroutine@5aa6834
	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(LockSupport.java:252)
	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)

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

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

"Java2D Disposer" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ref.ReferenceQueue$Lock@7599c6e3
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
	at java.desktop@17.0.6/sun.java2d.Disposer.run(Disposer.java:145)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"JobScheduler FJ pool 1/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@68f87ce6
	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(LockSupport.java:410)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

"JobScheduler FJ pool 12/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@68f87ce6
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

"JobScheduler FJ pool 13/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@68f87ce6
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

"JobScheduler FJ pool 15/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@68f87ce6
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

"JobScheduler FJ pool 17/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@68f87ce6
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

"JobScheduler FJ pool 2/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@68f87ce6
	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(LockSupport.java:410)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

"JobScheduler FJ pool 21/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@68f87ce6
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

"JobScheduler FJ pool 26/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@68f87ce6
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

"JobScheduler FJ pool 29/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@68f87ce6
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

"JobScheduler FJ pool 3/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@68f87ce6
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

"JobScheduler FJ pool 6/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@68f87ce6
	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(LockSupport.java:341)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

"JobScheduler FJ pool 7/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@68f87ce6
	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(LockSupport.java:410)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726)
	at java.base@17.0.6/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
	at java.base@17.0.6/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

"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@1b067baa
	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(LockSupport.java:252)
	at java.base@17.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
	at java.base@17.0.6/java.util.concurrent.DelayQueue.take(DelayQueue.java:229)
	at com.intellij.util.concurrency.AppDelayQueue$TransferThread.run(AppDelayQueue.java:79)

"com.google.common.base.internal.Finalizer" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ref.ReferenceQueue$Lock@158097d1
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
	at java.base@17.0.6/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
	at com.google.common.base.internal.Finalizer.run(Finalizer.java:146)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

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

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

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

"kotlinx.coroutines.DefaultExecutor" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on kotlinx.coroutines.DefaultExecutor@40c48284
	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(LockSupport.java:252)
	at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:121)
	at java.base@17.0.6/java.lang.Thread.run(Thread.java:833)

"rd throttler" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.TaskQueue@30526a68
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.lang.Object.wait(Object.java:338)
	at java.base@17.0.6/java.util.TimerThread.mainLoop(Timer.java:537)
	at java.base@17.0.6/java.util.TimerThread.run(Timer.java:516)

"DataStoreReportTimer" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.TaskQueue@23540e4
	at java.base@17.0.6/java.lang.Object.wait(Native Method)
	at java.base@17.0.6/java.util.TimerThread.mainLoop(Timer.java:563)
	at java.base@17.0.6/java.util.TimerThread.run(Timer.java:516)


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

- BlockingCoroutine{Active}@5aa6834 [no parent and no name, BlockingEventLoop@365c68b]
	- SupervisorJobImpl{Active}@5faf8482
		- StandaloneCoroutine{Active}@658c02fd, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEventScheduler$initialize$1.invokeSuspend(FeatureUsageSettingsEventScheduler.kt:30)
		- StandaloneCoroutine{Active}@78f84497, 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}@54a38476, 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}@3d9ca2, 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}@5a3fdb2, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at com.intellij.internal.statistic.updater.StatisticsStateCollectorsScheduler$execute$2.invokeSuspend(StatisticsStateCollectorsScheduler.kt:44)
		- StandaloneCoroutine{Active}@778d7ed7, 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}@1ed04b0, 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}@10520f45, 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}@1b393408, 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}@cb5b05e, 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}@5e7e4cb4, 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}@3eee828b
			- SupervisorJobImpl{Active}@63014943
			- LazyStandaloneCoroutine{Active}@37df1b4f, 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}@5d3f692b [no parent and no name, Dispatchers.Default]
				- StandaloneCoroutine{Active}@6802a1ea, 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}@1ec00740, 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}@448b2d36, 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)
		- StandaloneCoroutine{Active}@5a5ac097, state: SUSPENDED [no parent and no name, Dispatchers.Default]
			at com.intellij.ide.SystemHealthMonitorKt$monitorDiskSpace$1.invokeSuspend(SystemHealthMonitor.kt:379)
		- SupervisorJobImpl{Active}@d349c44
		- StandaloneCoroutine{Active}@39fbc9bc, 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}@3af598b5, 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}@4e7e03d, 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}@6a9feae0, 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}@227eacba, 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}@3e09158d, 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)
		- SupervisorJobImpl{Active}@7591c0a3
	- SupervisorJobImpl{Active}@55e34027
	- SupervisorJobImpl{Active}@7544b975

- SupervisorJobImpl{Active}@469e5843
	- StandaloneCoroutine{Active}@3fc5cd6d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]

- SupervisorJobImpl{Active}@3e5f0500
	- StandaloneCoroutine{Active}@377702d6, 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}@16617326, 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}@67179e28, 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}@3a5686b2, 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}@751ce7d4, 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}@7af23a13, 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}@69faf76e, 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}@7b4a9fc2, 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}@1003001a, 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}@7541f572, 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}@4bbe2aec, 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}@52d10816, state: SUSPENDED [Dispatchers.IO]
	at kotlinx.coroutines.TimeoutKt.withTimeoutOrNull(Timeout.kt:100)

- SupervisorJobImpl{Active}@5495bc68
	- StandaloneCoroutine{Active}@129223fd, 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}@48759ab5
	- SupervisorJobImpl{Active}@1a11592f
	- SupervisorJobImpl{Active}@3469b1c3
		- StandaloneCoroutine{Active}@241162ac, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@2ed90a80, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@ccd401f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@7bece14c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@7b2c0fac, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@396e1985, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@67b285c2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@803f91b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@1d8779bb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@6c70eaf3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@5ebf913d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		- StandaloneCoroutine{Active}@48198a6f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		- SupervisorJobImpl{Active}@15b0ccbe
			- StandaloneCoroutine{Active}@2cb86ec, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@67656033, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@6a114fb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@681a056d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@486b2c1a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@6ec1b48a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@230356c5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@6612c259, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@1a4add89
			- StandaloneCoroutine{Active}@3063a358, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@7c4b399f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@651c0b9e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@635775fe, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@6d51c1f0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@e574d34, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@5196c4e4, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@4012c94, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@7f548424
		- StandaloneCoroutine{Active}@6fe08bc8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
		- StandaloneCoroutine{Active}@387e5b28, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
		- StandaloneCoroutine{Active}@793ca81f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
	- StandaloneCoroutine{Active}@700a90b0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
	- StandaloneCoroutine{Active}@26601d80, state: RUNNING [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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)
	- StandaloneCoroutine{Active}@6246c08e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@31167354, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@67a6e5a5
		- StandaloneCoroutine{Active}@1383e62b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@5d597ed, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@51f5228f
			- StandaloneCoroutine{Active}@6509926c, state: RUNNING [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@2c41b7e6
			- StandaloneCoroutine{Active}@3e3679ce, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@33627479
			- StandaloneCoroutine{Active}@11c9e170, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@5dd946c5
		- SupervisorJobImpl{Active}@4cb0097e
			- StandaloneCoroutine{Active}@42bdc598, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@3ebc47bf
			- StandaloneCoroutine{Active}@774e3fbf, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@4c60612
		- SupervisorJobImpl{Active}@733c1d0b
			- StandaloneCoroutine{Active}@64c00023, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@52813949
			- StandaloneCoroutine{Active}@3f58868c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@3999a800
		- SupervisorJobImpl{Active}@4f630eb7
			- StandaloneCoroutine{Active}@4d737425, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@1f57fd1
			- StandaloneCoroutine{Active}@4e6b0672, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@731e0367
		- SupervisorJobImpl{Active}@20a9fc4a
			- StandaloneCoroutine{Active}@40069c4c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@2e82739a
			- StandaloneCoroutine{Active}@16c2cad8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@443c57fc
		- SupervisorJobImpl{Active}@31be570b
			- StandaloneCoroutine{Active}@6cbb00d1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@6f1bd247
			- StandaloneCoroutine{Active}@6dd5526a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@afda3a1
		- SupervisorJobImpl{Active}@14bbc584
			- StandaloneCoroutine{Active}@89ed47d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@28fcee40
			- StandaloneCoroutine{Active}@7b9b8134, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@71c4f8e7
		- SupervisorJobImpl{Active}@6b92cf6e
			- StandaloneCoroutine{Active}@5e1a4b17, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@5e16109e
			- StandaloneCoroutine{Active}@56a45035, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@517a3ed8
		- SupervisorJobImpl{Active}@3a31ec45
			- StandaloneCoroutine{Active}@2a8a4864, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@611100ae
			- StandaloneCoroutine{Active}@56b0d433, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@6fe684ac
		- SupervisorJobImpl{Active}@2dd693bc
			- StandaloneCoroutine{Active}@1e83686c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@138c73d9
			- StandaloneCoroutine{Active}@11b19a8d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@198b0915
		- SupervisorJobImpl{Active}@2604ca99
			- StandaloneCoroutine{Active}@60c06afd, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@69e48f32
			- StandaloneCoroutine{Active}@36042bae, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@61fa0fcc
		- SupervisorJobImpl{Active}@7a169737
			- StandaloneCoroutine{Active}@6c8ed701, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@21dc85f8
			- StandaloneCoroutine{Active}@42d5f0a3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@6e85de7a
		- SupervisorJobImpl{Active}@560ada24
			- StandaloneCoroutine{Active}@14bf7b9c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@57172e1b
			- StandaloneCoroutine{Active}@1214b586, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@20d53521
		- SupervisorJobImpl{Active}@25d8c55f
			- StandaloneCoroutine{Active}@117aa16f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@3f9580fd
			- StandaloneCoroutine{Active}@fec20bb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@13a6f270
		- SupervisorJobImpl{Active}@27ac5fdc
			- StandaloneCoroutine{Active}@728ea63f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@477b5940
			- StandaloneCoroutine{Active}@18a233b3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@434b8152
		- SupervisorJobImpl{Active}@51ce4327
			- StandaloneCoroutine{Active}@68a251b0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@1b6daaa1
			- StandaloneCoroutine{Active}@759f98ec, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@7cbb136c
		- SupervisorJobImpl{Active}@1e0394bd
			- StandaloneCoroutine{Active}@7aeb4a3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@7be95c13
			- StandaloneCoroutine{Active}@4290bb5c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@748ea6ff
		- SupervisorJobImpl{Active}@43bdb6a1
			- StandaloneCoroutine{Active}@439b0ce0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@15fffd63
			- StandaloneCoroutine{Active}@2c97a24d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@3d7e051
		- SupervisorJobImpl{Active}@8fcaa3
			- StandaloneCoroutine{Active}@44a3f5f2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@7f4438c0
			- StandaloneCoroutine{Active}@252123c7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@337e1ae7
		- SupervisorJobImpl{Active}@119afd03
			- StandaloneCoroutine{Active}@3e760307, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@48f74b59
			- StandaloneCoroutine{Active}@2c708777, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@6abc2541
		- SupervisorJobImpl{Active}@31687df
			- StandaloneCoroutine{Active}@4c8fb3c6, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@3aba0030
			- StandaloneCoroutine{Active}@6bfd93fe, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@44eec79a
		- SupervisorJobImpl{Active}@241227de
			- StandaloneCoroutine{Active}@57684abb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@28654c54
			- StandaloneCoroutine{Active}@7a69c106, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@8f291a8
		- SupervisorJobImpl{Active}@736234ad
			- StandaloneCoroutine{Active}@c3f29c1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@1bd5cc78
			- StandaloneCoroutine{Active}@567afa97, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@58c679fc
		- SupervisorJobImpl{Active}@78c647af
			- StandaloneCoroutine{Active}@25f7d7a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@70602ef6
			- StandaloneCoroutine{Active}@7e999410, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@f0bc663
		- SupervisorJobImpl{Active}@4937cf94
			- StandaloneCoroutine{Active}@337fef74, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@4684ef39
			- StandaloneCoroutine{Active}@79fc9a5e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@4587cf1b
		- SupervisorJobImpl{Active}@22931d47
			- StandaloneCoroutine{Active}@26574632, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@ca115db
			- StandaloneCoroutine{Active}@4d290596, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@13b227a4
		- SupervisorJobImpl{Active}@31f337b0
			- StandaloneCoroutine{Active}@53d31218, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@6266fbcb
			- StandaloneCoroutine{Active}@4c86f0e6, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@55e765b0
		- SupervisorJobImpl{Active}@1947d85d
			- StandaloneCoroutine{Active}@2a9e11b5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@5a01b86d
			- StandaloneCoroutine{Active}@7e0dc472, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@664daad8
		- SupervisorJobImpl{Active}@337fc9fc
			- StandaloneCoroutine{Active}@66565fdd, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@4185565e
			- StandaloneCoroutine{Active}@63be8f87, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@4d9dcf5c
		- SupervisorJobImpl{Active}@2f08075b
			- StandaloneCoroutine{Active}@7aacf3f3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@1d73c7b3
			- StandaloneCoroutine{Active}@663e23d3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@40211f76
		- SupervisorJobImpl{Active}@45096a01
			- StandaloneCoroutine{Active}@31a46d6c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@655d958
			- StandaloneCoroutine{Active}@1dc4ee32, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@1381ed30
		- SupervisorJobImpl{Active}@31c37351
			- StandaloneCoroutine{Active}@6b6dc154, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@41066f7a
			- StandaloneCoroutine{Active}@dfa87ac, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@c90155a
		- SupervisorJobImpl{Active}@4c587da3
			- StandaloneCoroutine{Active}@3f91c353, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@665beef6
			- StandaloneCoroutine{Active}@1a2fe323, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@50d10408
		- SupervisorJobImpl{Active}@1d4a30e8
			- StandaloneCoroutine{Active}@22bf8c39, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@38ba6d36
			- StandaloneCoroutine{Active}@3797a1f1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@73359d16
		- SupervisorJobImpl{Active}@5d76170f
			- StandaloneCoroutine{Active}@30625a0f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@4e4ef4ee
			- StandaloneCoroutine{Active}@6e099748, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@4ba701e9
		- SupervisorJobImpl{Active}@34f7b70c
			- StandaloneCoroutine{Active}@35804a36, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@4a7c4f90
			- StandaloneCoroutine{Active}@d986b0e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@3b2e562e
		- SupervisorJobImpl{Active}@79ade7b9
			- StandaloneCoroutine{Active}@43a9c8e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@5837594b
			- StandaloneCoroutine{Active}@bda4751, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@1df85cb4
		- SupervisorJobImpl{Active}@2c2b1d22
			- StandaloneCoroutine{Active}@5aba0674, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@64f96d85
			- StandaloneCoroutine{Active}@45d49d3f, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@18f949f2
		- SupervisorJobImpl{Active}@a260980
			- StandaloneCoroutine{Active}@78aa9d0e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@10bf294a
			- StandaloneCoroutine{Active}@4f46345d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@157f2c84
		- SupervisorJobImpl{Active}@160b335b
			- StandaloneCoroutine{Active}@4f4ca9d7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@51b10d2e
			- StandaloneCoroutine{Active}@346e6b1e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@2f07d4e
		- SupervisorJobImpl{Active}@23e63584
			- StandaloneCoroutine{Active}@1f42825c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@13a5406a
			- StandaloneCoroutine{Active}@6d57492a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@74d46506
		- SupervisorJobImpl{Active}@32b2e15a
			- StandaloneCoroutine{Active}@1541ae66, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@2674a991
			- StandaloneCoroutine{Active}@553225c9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@7df57160
		- SupervisorJobImpl{Active}@522f393a
			- StandaloneCoroutine{Active}@39af132d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@19a34d56
			- StandaloneCoroutine{Active}@2b2807ee, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@544e37f4
		- SupervisorJobImpl{Active}@5ffa6aab
			- StandaloneCoroutine{Active}@130707de, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@74c43c0f
			- StandaloneCoroutine{Active}@7ce105b8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@13eadcf9
		- SupervisorJobImpl{Active}@76c48e54
			- StandaloneCoroutine{Active}@185c2780, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@2271df4
			- StandaloneCoroutine{Active}@3b10b7a1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@22ac2f3b
		- SupervisorJobImpl{Active}@53579da3
			- StandaloneCoroutine{Active}@f69873, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@269f1b42
			- StandaloneCoroutine{Active}@7f48c167, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@7cce0940
		- SupervisorJobImpl{Active}@3fc2c231
			- StandaloneCoroutine{Active}@4181d53b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@60637fa5
			- StandaloneCoroutine{Active}@1434ae17, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@1d3b0ca0
		- SupervisorJobImpl{Active}@433a6b09
			- StandaloneCoroutine{Active}@6a131322, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@63368afb
			- StandaloneCoroutine{Active}@600ca5ec, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@6dd0a588
		- SupervisorJobImpl{Active}@5df49c23
			- StandaloneCoroutine{Active}@130a49c7, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@786ecf8d
			- StandaloneCoroutine{Active}@5e1fabf3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@6663a744
		- SupervisorJobImpl{Active}@63fdf3c0
			- StandaloneCoroutine{Active}@278b6ed5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@5c995766
			- StandaloneCoroutine{Active}@67651aae, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@2d7e97a1
		- SupervisorJobImpl{Active}@ba2a4ae
			- StandaloneCoroutine{Active}@68ec4f12, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@33eda110
			- StandaloneCoroutine{Active}@56904443, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@202d291c
		- SupervisorJobImpl{Active}@1bb1bb7
			- StandaloneCoroutine{Active}@1a14cb2e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@8f6a9ed
			- StandaloneCoroutine{Active}@70d5c11e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@1a996be8
		- SupervisorJobImpl{Active}@467cba5c
			- StandaloneCoroutine{Active}@5b91fdda, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@7b2f56bf
			- StandaloneCoroutine{Active}@5336b8b8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@24290285
		- SupervisorJobImpl{Active}@1519c3f0
			- StandaloneCoroutine{Active}@2710ddbb, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@7a3b753
			- StandaloneCoroutine{Active}@3f2a05c0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@1dd76118
		- SupervisorJobImpl{Active}@6bd32b2
			- StandaloneCoroutine{Active}@2d8e8294, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@7ad7062f
			- StandaloneCoroutine{Active}@6bccfc3a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@51416537
		- SupervisorJobImpl{Active}@27291411
			- StandaloneCoroutine{Active}@117f61b0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@788a49e7
			- StandaloneCoroutine{Active}@535a8717, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@3a50026d
		- SupervisorJobImpl{Active}@1301a365
			- StandaloneCoroutine{Active}@45543168, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@14d0672
			- StandaloneCoroutine{Active}@3cb18cb9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@6003e167
		- SupervisorJobImpl{Active}@2d00225
			- StandaloneCoroutine{Active}@6488c17c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@5f50444
			- StandaloneCoroutine{Active}@dd96a83, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@29f7e1b0
		- SupervisorJobImpl{Active}@6f634848
			- StandaloneCoroutine{Active}@3dcb755b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@69cea8f8
			- StandaloneCoroutine{Active}@1077acae, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@dfc4fb8
		- StandaloneCoroutine{Active}@33685540, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@2aa296aa
			- StandaloneCoroutine{Active}@415abee3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@36a2d5fb
			- StandaloneCoroutine{Active}@752f25a3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@49125269
		- SupervisorJobImpl{Active}@411cbd
			- StandaloneCoroutine{Active}@58474dff, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@6fcc1faa
			- StandaloneCoroutine{Active}@587881b6, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@33a55e72
		- SupervisorJobImpl{Active}@5591308c
			- StandaloneCoroutine{Active}@3eec627e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@68baf38f
			- StandaloneCoroutine{Active}@7e624a3e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@4b3d335c
		- SupervisorJobImpl{Active}@5c76f8f
			- StandaloneCoroutine{Active}@15164423, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@32fd4859
			- StandaloneCoroutine{Active}@79c9cf05, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@1547cf5
		- SupervisorJobImpl{Active}@47985cc1
			- StandaloneCoroutine{Active}@4048c2f9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@61ebf428
			- StandaloneCoroutine{Active}@291390c1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@4f2c140
		- SupervisorJobImpl{Active}@360ec513
			- StandaloneCoroutine{Active}@e83ee9c, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@57f306ef
			- StandaloneCoroutine{Active}@3985b9ae, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@5b67ddbd
		- SupervisorJobImpl{Active}@705ab9a5
			- StandaloneCoroutine{Active}@3fdcfb6d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@12b77614
			- StandaloneCoroutine{Active}@a7ce1cf, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@476e26e9
		- SupervisorJobImpl{Active}@4320ed51
			- StandaloneCoroutine{Active}@1b9a0912, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@6cb09fcf
			- StandaloneCoroutine{Active}@f469b06, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@6fe47965
		- SupervisorJobImpl{Active}@1d3494a7
			- StandaloneCoroutine{Active}@57190e10, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@2e5b3a92
			- StandaloneCoroutine{Active}@3a06efa5, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@36daacb3
		- SupervisorJobImpl{Active}@724c771
			- StandaloneCoroutine{Active}@719fa36e, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@7f5a0a6c
			- StandaloneCoroutine{Active}@4a3a98f0, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@64f73698
		- SupervisorJobImpl{Active}@6b681ece
			- StandaloneCoroutine{Active}@55cc7629, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@30d389ca
			- StandaloneCoroutine{Active}@58bad0f2, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@2b3ad1bd
		- SupervisorJobImpl{Active}@552c40f3
			- StandaloneCoroutine{Active}@54b29c58, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@7d1925f2
			- StandaloneCoroutine{Active}@4ad17326, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@50564e3c
		- SupervisorJobImpl{Active}@6a66d7e0
			- StandaloneCoroutine{Active}@7c1a296b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@43080f65
			- StandaloneCoroutine{Active}@72295b5a, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@4e1e4f58
		- SupervisorJobImpl{Active}@713de703
			- StandaloneCoroutine{Active}@32b9591b, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@6916e1a7
			- StandaloneCoroutine{Active}@73b04429, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@5022acf1
		- SupervisorJobImpl{Active}@7aa91867
			- StandaloneCoroutine{Active}@c5e8cfc, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
			- SupervisorJobImpl{Active}@42450364
			- StandaloneCoroutine{Active}@6511e62d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, Dispatchers.Default]
				at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
		- SupervisorJobImpl{Active}@6b2deab2
	- JobImpl{Active}@454fbac8
	- JobImpl{Active}@7d0c4584
	- JobImpl{Active}@70591c3e
	- JobImpl{Active}@668f5e04
	- JobImpl{Active}@3356f53d
	- JobImpl{Active}@4878a93e
	- JobImpl{Active}@6a6d8119
	- JobImpl{Active}@7f4228e6
	- JobImpl{Active}@4e2e0d5e
	- JobImpl{Active}@318c6c32
	- JobImpl{Active}@7d5b0450
	- JobImpl{Active}@4c33c409
	- JobImpl{Active}@4e3b05dc
	- JobImpl{Active}@4170cd8d
	- JobImpl{Active}@3d5208b1
	- JobImpl{Active}@5bcb1e43
	- JobImpl{Active}@aeddc83
	- JobImpl{Active}@7c1bde1b
	- JobImpl{Active}@3db677d0
	- JobImpl{Active}@641b01fd
	- JobImpl{Active}@4c567902
	- JobImpl{Active}@1d65f65
	- JobImpl{Active}@25a2f407
	- JobImpl{Active}@be27e62
	- JobImpl{Active}@638be7a8
	- JobImpl{Active}@734ffa22
	- JobImpl{Active}@6156b6df
	- JobImpl{Active}@282307ca
	- JobImpl{Active}@da7a212
	- JobImpl{Active}@3b2ed3a4
	- JobImpl{Active}@62cd1f1d
	- JobImpl{Active}@65bf363a
	- JobImpl{Active}@180c91b4
	- JobImpl{Active}@6b12dcbc
	- JobImpl{Active}@2ff47ef4
	- JobImpl{Active}@78660b8
	- JobImpl{Active}@18d06225
	- JobImpl{Active}@40c80685
	- JobImpl{Active}@389bd371
	- JobImpl{Active}@aee5f6f
	- JobImpl{Active}@3149f92c
	- JobImpl{Active}@3d8b3bfc
	- JobImpl{Active}@3101e4a0
	- JobImpl{Active}@6273e54d
	- JobImpl{Active}@20080798
	- JobImpl{Active}@513d3148
	- JobImpl{Active}@3770352a
	- JobImpl{Active}@41be04b6
	- JobImpl{Active}@661f8b19
	- JobImpl{Active}@69be683d
	- JobImpl{Active}@5b8dc7be
	- JobImpl{Active}@16924c75
	- JobImpl{Active}@1e2735a0
	- JobImpl{Active}@31029ebb
	- JobImpl{Active}@13363e8d
	- JobImpl{Active}@248749f9
	- JobImpl{Active}@2b263b7
	- JobImpl{Active}@53b2984b
	- JobImpl{Active}@17842169
	- StandaloneCoroutine{Active}@5753f1b3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, 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}@505090af
	- JobImpl{Active}@b97c531
	- JobImpl{Active}@25a1ce1d
	- JobImpl{Active}@7e03bf60
	- JobImpl{Active}@48d2e510
	- JobImpl{Active}@212086bb
	- JobImpl{Active}@168bf00
	- JobImpl{Active}@2c3b609c
	- JobImpl{Active}@151e3da8
	- JobImpl{Active}@3a561e82
	- JobImpl{Active}@1957af37
	- JobImpl{Active}@6cbe3b5d
	- JobImpl{Active}@2ba1d919
	- JobImpl{Active}@2ced747d
	- JobImpl{Active}@7e4c8be2

- SupervisorJobImpl{Active}@7c9d9fb8
	- StandaloneCoroutine{Active}@566675ab, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@42f8f2c7, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		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}@4d2c41a4, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@42f8f2c7, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
			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}@6deed9b3, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@42f8f2c7, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
				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}@6150c89b, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@42f8f2c7, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@481341a3, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@42f8f2c7, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)
				- StandaloneCoroutine{Active}@23c62da2, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@42f8f2c7, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@3aace22e
	- StandaloneCoroutine{Active}@3c886014, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		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}@2320b3e8, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
			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}@78761bfe, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:34)

- SupervisorJobImpl{Active}@43236fef
	- StandaloneCoroutine{Active}@4c786dd6, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
	- StandaloneCoroutine{Active}@14580922, state: RUNNING [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
	- StandaloneCoroutine{Active}@19b0e2b1, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		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}@6a1cfac5 [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
			- StandaloneCoroutine{Active}@6647b953, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
				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}@695e6e90, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
				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}@3d9b7b80, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
				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}@27e7e50c
	- StandaloneCoroutine{Active}@5d4ec79, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@3717ce17
	- SupervisorJobImpl{Active}@15079e20
	- StandaloneCoroutine{Active}@52189b05, state: RUNNING [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		- StandaloneCoroutine{Active}@71be2029, state: RUNNING [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
			at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
			at kotlinx.coroutines.flow.FlowKt__LimitKt$takeWhile$$inlined$unsafeFlow$1.collect(Limit.kt:124)

- SupervisorJobImpl{Active}@6af7e749
	- StandaloneCoroutine{Active}@4745b34c, state: RUNNING [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		- StandaloneCoroutine{Active}@30109a39, state: RUNNING [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
			at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
			at kotlinx.coroutines.flow.FlowKt__LimitKt$takeWhile$$inlined$unsafeFlow$1.collect(Limit.kt:124)
			at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
		- StandaloneCoroutine{Active}@765b63ca, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
			at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
			at kotlinx.coroutines.flow.FlowKt__LimitKt$takeWhile$$inlined$unsafeFlow$1.collect(Limit.kt:124)
			at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)

- SupervisorJobImpl{Active}@3273a1ef
	- StandaloneCoroutine{Active}@5f0d58ac, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@42f8f2c7, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		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}@7615948a [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@42f8f2c7, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
			- StandaloneCoroutine{Active}@d4114b7, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@42f8f2c7, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
				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}@55152c5c, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@42f8f2c7, 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}@1f788380, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@42f8f2c7, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
				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}@60e8d66a, state: RUNNING [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@42f8f2c7, 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}@2a24fd28
	- StandaloneCoroutine{Active}@4c4181fc, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@23cae90d
	- StandaloneCoroutine{Active}@40cfa7ea, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@76d29f92
	- StandaloneCoroutine{Active}@220532b9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@5981347e
	- StandaloneCoroutine{Active}@43af52ef, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]

- SupervisorJobImpl{Active}@54414fdb
	- StandaloneCoroutine{Active}@48b420d9, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]

- SupervisorJobImpl{Active}@203746df
	- StandaloneCoroutine{Active}@5e4c7a45, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@42fb7344
	- StandaloneCoroutine{Active}@6687095d, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@12899da1
	- StandaloneCoroutine{Active}@1e8ef517, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@4ce837bc
	- StandaloneCoroutine{Active}@6f6e6be3, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)

- SupervisorJobImpl{Active}@56f38140
	- StandaloneCoroutine{Active}@52cdaa19, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutinesUtilsKt$special$$inlined$CoroutineExceptionHandler$1@3a0ec199, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@53fb5696[Running, pool size = 14, active threads = 9, queued tasks = 0, completed tasks = 1438276]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:403)
