You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: diagnostics/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This folder provides step-by-step instructions for collecting detailed diagnosti
7
7
|[ETW Trace](etw.md)| Event Tracing for Windows logs detailed system and WebView2 activity. |**Preferred log for most WebView2 issues.** Used to analyze system state and WebView2 behavior before/during issues. |
8
8
|[Memory Dumps (Task Manager)](task_manager_dump.md)| Manual memory capture for unresponsive processes. | Helpful when WebView2 hangs or becomes non-responsive. |
9
9
|[Installer Logs](install.md)| Logs errors encountered during WebView2 runtime installation or updates.| Diagnose installation failures or update issues. |
10
-
|[GPU Info](gpu.md)| Provides details about the GPU and rendering pipeline. | Useful for troubleshooting graphics-related problems. |
10
+
|[GPU Info](gpu.md)| Provides details about the GPU and rendering pipeline. | Useful for troubleshooting graphics-related problems. |
11
11
|[Network Logs](network.md)| Records network requests, responses, and errors. | Diagnose issues with loading resources or connectivity failures. |
12
12
|[Code Integrity](code_integrity.md)| Identifies root causes of `STATUS_INVALID_IMAGE_HASH` errors. | Used when encountering image hash validation failures. |
13
13
|[Test in Canary](test_canary.md)| Allows testing of WebView2 runtime changes using Edge Canary builds. | Preview and validate fixes or features before stable release. |
0 commit comments