Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore errors in parsing single properties #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

scudette
Copy link

Sometimes a single property will fail to parse but the rest of the event properties are valuable - it is important to keep going so we can get some data back if possible. An example for this is the provider {22fb2cd6-0e7b-422b-a0c7-2fad1fd0e716} Microsoft-Windows-Kernel-Process with event id 1 (process create). Without this change it fails to return any event properties but actually it just fails to parse the flags.

Sometimes a single property will fail to parse but the rest of the event properties are valuable - it is important to keep going so we can get some data back if possible. An example for this is the provider `{22fb2cd6-0e7b-422b-a0c7-2fad1fd0e716}` Microsoft-Windows-Kernel-Process with event id 1 (process create). Without this change it fails to return any event properties but actually it just fails to parse the flags.
scudette added a commit to scudette/etw that referenced this pull request Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant