Skip to content

Commit 15062bf

Browse files
Merge pull request #5365 from MicrosoftEdge/user/chetanpandey/addLogCollectionScript
Script to automatically collect diagnostic logs for webview2
2 parents 7570b0b + 4db2007 commit 15062bf

File tree

4 files changed

+764
-0
lines changed

4 files changed

+764
-0
lines changed

diagnostics/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Gathering Diagnostics and Logs
22
This folder provides step-by-step instructions for collecting detailed diagnostics and logs to help troubleshoot WebView2-related issues. Before opening a new issue, please review the table below and gather the most relevant diagnostic logs for your scenario. Supplying the appropriate logs greatly improves the chances of a quick and accurate resolution.
33

4+
ETW and Installer logs can also be collected using this [script](script.md)
5+
46
| Tool / Log | Purpose | Use Case |
57
|---------------------------|-------------------------------------------------------------------------|--------------------------------------------------------------------------|
68
| [Crash Dumps](crash.md) | Capture crash data for WebView2 processes. | Used when a child process crashes (via ProcessFailed event) or browser process fails. |

0 commit comments

Comments
 (0)