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

Display record count & improvements #64

Merged
merged 10 commits into from
Feb 27, 2024
Merged

Display record count & improvements #64

merged 10 commits into from
Feb 27, 2024

Conversation

kmaki565
Copy link
Owner

New features:

  • Display record count while loading all events in local Event Log
  • Workaround for an issue where reading logs stops with "The array bounds are invalid." error
  • Improve memory usage. However, I found it can reduce more (drastically) if I dispose EventRecord (a .NET class which holds a Win32 event instance) in EventItem (my class) after it's loaded. We may need to be able to fetch the data again when it's needed (e.g., view the event XML).

Fixes #63

@kmaki565 kmaki565 merged commit cccbef9 into master Feb 27, 2024
2 checks passed
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.

Program became completely unresponsive (but under just what conditions I do not know)
1 participant