You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're seeing issue where the benchmark fails with:
java.lang.IllegalStateException: Timeout waiting for incoming connection from plugin.
at org.gradle.profiler.client.protocol.Server.waitForIncoming(Server.java:50)
at org.gradle.profiler.studio.process.StudioProcess.<init>(StudioProcess.java:39)
at org.gradle.profiler.studio.process.StudioProcessController.maybeStartProcess(StudioProcessController.java:76)
at org.gradle.profiler.studio.process.StudioProcessController.run(StudioProcessController.java:43)
at org.gradle.profiler.studio.StudioGradleClient.sync(StudioGradleClient.java:78)
at org.gradle.profiler.studio.AndroidStudioSyncAction.run(AndroidStudioSyncAction.java:36)
at org.gradle.profiler.gradle.BuildUnderTestInvoker$InvokeAndMeasureAction.run(BuildUnderTestInvoker.java:71)
at org.gradle.profiler.gradle.BuildUnderTestInvoker$InvokeAndMeasureAction.run(BuildUnderTestInvoker.java:51)
at org.gradle.profiler.RunBuildStepAction.run(RunBuildStepAction.java:29)
at org.gradle.profiler.ScenarioInvoker.runMeasured(ScenarioInvoker.java:28)
at org.gradle.profiler.gradle.GradleScenarioInvoker.run(GradleScenarioInvoker.java:121)
at org.gradle.profiler.studio.invoker.StudioGradleScenarioInvoker.run(StudioGradleScenarioInvoker.java:63)
at org.gradle.profiler.studio.invoker.StudioGradleScenarioInvoker.run(StudioGradleScenarioInvoker.java:19)
at org.gradle.profiler.Main.invoke(Main.java:140)
at org.gradle.profiler.Main.run(Main.java:98)
at org.gradle.profiler.Main.main(Main.java:37)
From my debugging it seems the issue is caused by indexing taking too long and because of that the GradleProfilerStartupActivity#runActivity isn't called in before Gradle Profiler times out.
The text was updated successfully, but these errors were encountered:
We're seeing issue where the benchmark fails with:
From my debugging it seems the issue is caused by indexing taking too long and because of that the GradleProfilerStartupActivity#runActivity isn't called in before Gradle Profiler times out.
The text was updated successfully, but these errors were encountered: