MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / logErrorFlutterDaemonTimeout

Method logErrorFlutterDaemonTimeout

src/extension/analytics.ts:389–394  ·  view source on GitHub ↗
(requestMethod: string)

Source from the content-addressed store, hash-verified

387 }
388
389 public logErrorFlutterDaemonTimeout(requestMethod: string) {
390 const customData: Partial<AnalyticsData> = {
391 data: requestMethod,
392 };
393 this.event(AnalyticsEvent.Error_FlutterDaemonTimeout, customData);
394 }
395 public logSdkDetectionFailure() { this.event(AnalyticsEvent.SdkDetectionFailure); }
396 public logDebuggerStart(debuggerType: string, debuggerRunType: string, sdkDap: boolean) {
397 const customData: Partial<AnalyticsData> = {

Callers 1

withRecordedTimeoutMethod · 0.80

Calls 1

eventMethod · 0.95

Tested by

no test coverage detected