Skip to content

Conversation

@dabhattimsft
Copy link

This PR fixes pointer arithmetic of redirection queue, adds comments and telemetry events.

DEFINE_COMPLIANT_MEASURES_EVENT(ActivationRegistrationManager, PDT_ProductAndServiceUsage);
DEFINE_COMPLIANT_MEASURES_EVENT(Restart, PDT_ProductAndServiceUsage);

DEFINE_COMPLIANT_MEASURES_EVENT_PARAM1(ActivatedEventAdd, PDT_ProductAndServiceUsage, uint32_t, processId);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems rather noisy to produce at a measures level, do we need this or could it be tracelogging that is captured when the crash dump is collected?

OpenInternal(size);

// OpenInternal needs to account for "size" member of DynamicSharedMemory struct.
OpenInternal(size + sizeof(size_t));
Copy link

@jaholme jaholme Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we just make this adjustment within OpenInternal itself rather than requiring callers to know this? #Resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants