729ea6c1b6 | ||
---|---|---|
.. | ||
README.md | ||
WebView2.wprp | ||
WebView2_CPU.wprp | ||
code_integrity.md | ||
compatibility_problem.png | ||
crash.md | ||
etw.md | ||
gpu.md | ||
install.md | ||
network.md | ||
version.md |
README.md
Gathering Diagnostics and Logs
This folder contains directions for gathering various detailed diagnostics/logs when reporting WV2-related issues. There's generally no need to proactively get any of these diagnostics before opening an issue, but if one seems obvious feel free to get it before opening an issue. Otherwise, a WV2 developer might link you to one of these pages to help them investigate an issue:
- Crash Dumps: Crash dumps are used to better understand why a WV2 process is crashing and firing a ProcessFailed event.
- ETW Trace: Event Tracing for Windows (ETW) traces include detailed events on system state and the activities WV2 was doing before and when an issue occurs.
- Installer Logs: Installer logs include information about any errors that WV2's installer/updater hit when trying to install or update the WV2 runtime.
- GPU Info: GPU logs include details on the user's GPU and any potential graphics or rendering issues.
- Network Logs: Network logs include the network requests, responses, and details on any errors when loading files.
- Code Integrity: how to root cause STATUS_INVALID_IMAGE_HASH errors.