@@ -550,7 +550,6 @@ void WindowsTelemetry::LogRuntimePerf(uint32_t session_id, uint32_t total_runs_s
550550 TraceLoggingBool (true , " UTCReplace_AppSessionGuid" ),
551551 TelemetryPrivacyDataTag (PDT_ProductAndServicePerformance),
552552 TraceLoggingKeyword (MICROSOFT_KEYWORD_MEASURES),
553- TraceLoggingLevel (WINEVENT_LEVEL_INFO),
554553 // Telemetry info
555554 TraceLoggingUInt8 (0 , " schemaVersion" ),
556555 TraceLoggingUInt32 (session_id, " sessionId" ),
@@ -728,7 +727,7 @@ void WindowsTelemetry::LogSessionCreationEnd(uint32_t session_id,
728727 TraceLoggingString (ORT_CALLER_FRAMEWORK, " frameworkName" ));
729728}
730729
731- void WindowsTelemetry::LogRunStart (uint32_t session_id, uint64_t run_id ) const {
730+ void WindowsTelemetry::LogRunStart (uint32_t session_id) const {
732731 if (global_register_count_ == 0 || enabled_ == false )
733732 return ;
734733
@@ -741,7 +740,6 @@ void WindowsTelemetry::LogRunStart(uint32_t session_id, uint64_t run_id) const {
741740 // Telemetry info
742741 TraceLoggingUInt8 (0 , " schemaVersion" ),
743742 TraceLoggingUInt32 (session_id, " sessionId" ),
744- TraceLoggingUInt64 (run_id, " runId" ),
745743 TraceLoggingString (ORT_CALLER_FRAMEWORK, " frameworkName" ));
746744}
747745
0 commit comments