FUS: add internal action for testing state collectors (update class name)

This commit is contained in:
Svetlana.Zemlyanskaya
2018-11-30 18:04:59 +01:00
parent d1e55f1978
commit 977f898636
2 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@ import com.intellij.openapi.ui.popup.Balloon;
import com.intellij.openapi.ui.popup.JBPopupFactory;
import org.jetbrains.annotations.NotNull;
public class RecordStateStatisticsInEventLog extends AnAction {
public class RecordStateStatisticsEventLogAction extends AnAction {
@Override
public void actionPerformed(@NotNull AnActionEvent e) {
@@ -855,7 +855,7 @@
<group id="FeatureUsage.Internal" popup="true" compact="true" text="Feature Usages Statistics">
<action internal="true" id="SendFUStatistics" class="com.intellij.internal.statistic.actions.SendFUStatisticsAction" text="Collect And Send Statistics"/>
<action internal="true" id="SendEventLogStatistics" class="com.intellij.internal.statistic.actions.SendEventLogAction" text="Send Feature Usage Event Log"/>
<action internal="true" id="RecordStateCollectors" class="com.intellij.internal.statistic.actions.RecordStateStatisticsInEventLog" text="Record State Collectors to Event Log"/>
<action internal="true" id="RecordStateCollectors" class="com.intellij.internal.statistic.actions.RecordStateStatisticsEventLogAction" text="Record State Collectors to Event Log"/>
</group>
<action internal="true" id="ShowEditorHighlighterTokens" class="com.intellij.openapi.editor.actions.ShowEditorHighlighterTokensAction"