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:
Victor Matchenko
2022-01-28 13:16:55 +01:00
committed by intellij-monorepo-bot
parent 614f8dba39
commit 405f979ee5
4 changed files with 10 additions and 12 deletions

View File

@@ -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"/>