IJPL-197 introduce core-only or allowlist-only ApplicationActivity

add exception for "com.jetbrains.rider.util.idea.LogCleanupActivity"

GitOrigin-RevId: 39790a6a7736e205eca4905a72851e0c26647553
This commit is contained in:
Alexey Utkin
2024-08-15 14:23:19 +04:00
committed by intellij-monorepo-bot
parent 8584d5dafd
commit 8443fffa63

View File

@@ -268,6 +268,7 @@ private val asyncAppListenerAllowListForNonCorePlugin = java.util.Set.of(
"org.jetbrains.kotlin.idea.macros.ApplicationWideKotlinBundledPathMacroCleaner",
"com.intellij.stats.completion.sender.SenderPreloadingActivity",
"com.jetbrains.rider.editorActions.RiderTypedHandlersPreloader",
"com.jetbrains.rider.util.idea.LogCleanupActivity",
"com.intellij.ide.AgreementUpdater",
"com.intellij.internal.statistic.updater.StatisticsJobsScheduler",
"com.intellij.internal.statistic.updater.StatisticsStateCollectorsScheduler",