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
Copy file name to clipboardExpand all lines: jetbrains-core/src/software/aws/toolkits/jetbrains/services/codewhisperer/editor/CodeWhispererEditorListener.kt
Copy file name to clipboardExpand all lines: jetbrains-core/src/software/aws/toolkits/jetbrains/services/codewhisperer/telemetry/CodeWhispererCodeCoverageTracker.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ abstract class CodeWhispererCodeCoverageTracker(
53
53
@Synchronized
54
54
funactivateTrackerIfNotActive() {
55
55
if (!isTelemetryEnabled() || isActive.get()) return
56
+
57
+
// tracker will only be activated if and only if IsTelemetryEnabled = true && isActive = false
56
58
val conn =ApplicationManager.getApplication().messageBus.connect()
0 commit comments