Log system information #57

Open
opened 2020-07-01 22:49:40 +03:00 by icex2 · 2 comments
icex2 commented 2020-07-01 22:49:40 +03:00 (Migrated from github.com)

Summary

Log system information such as OS version to make debugging issues easier.

Detailed description

Log the following system information to make debugging issues easier:

  • Detailed OS version
  • Current working path
  • Cmd arguments
  • Location of executable
  • PID
  • User running the application -> show if running as admin
  • base address of hook library (for debugging with memory addresses)

Benefits

Avoids having to ask for that information every time an issue is reported. Just upload the log file.

Drawbacks

None

Current blockers

None

## Summary <!--- Provide a general summary of your changes in the Title above --> Log system information such as OS version to make debugging issues easier. ## Detailed description <!--- Describe your feature in detail --> Log the following system information to make debugging issues easier: - ~~Detailed OS version~~ - Current working path - Cmd arguments - Location of executable - PID - User running the application -> show if running as admin - base address of hook library (for debugging with memory addresses) ## Benefits <!--- Describe the value/benefits of the feature in detail --> Avoids having to ask for that information every time an issue is reported. Just upload the log file. ## Drawbacks <!--- Describe any drawbacks that might be introduced with this feature --> None ## Current blockers <!--- Describe any blockers that need to be resolved before implementing this feature --> None
icex2 commented 2020-08-21 19:12:51 +03:00 (Migrated from github.com)

OS version implemented by !49

OS version implemented by !49
icex2 commented 2024-01-30 00:57:25 +03:00 (Migrated from github.com)
Some more addressed by https://github.com/djhackersdev/bemanitools/pull/278
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Max/djhackersdev_bemanitools#57