mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Revert "StatisticsJobsScheduler / StatisticsStateCollectorsScheduler - convert from applicationInitializedListener to preloadingActivity"
This reverts commit 5939acf4 (conversion to PreloadingActivity part): PreloadingActivity will not be executed in headless environments (see ApplicationLoader) while statistics should be collected in these cases. GitOrigin-RevId: 7f0dfeb0a9029bb6fc9a433516e2884577bb5a77
This commit is contained in:
committed by
intellij-monorepo-bot
parent
614f8dba39
commit
405f979ee5
@@ -8,8 +8,8 @@
|
||||
<xi:include href="intellij.platform.remoteServers.impl.xml"/>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<preloadingActivity implementation="com.intellij.internal.statistic.updater.StatisticsJobsScheduler"/>
|
||||
<preloadingActivity implementation="com.intellij.internal.statistic.updater.StatisticsStateCollectorsScheduler"/>
|
||||
<applicationInitializedListener implementation="com.intellij.internal.statistic.updater.StatisticsJobsScheduler"/>
|
||||
<applicationInitializedListener implementation="com.intellij.internal.statistic.updater.StatisticsStateCollectorsScheduler"/>
|
||||
|
||||
<projectViewPane implementation="com.intellij.ide.projectView.impl.ProjectViewPane"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user