Skip to content

Commit 2d73aa2

Browse files
Update diagnostics/README.md
Co-authored-by: Copilot <[email protected]>
1 parent c262ef2 commit 2d73aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diagnostics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This folder provides step-by-step instructions for collecting detailed diagnosti
77
| [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. |
88
| [Memory Dumps (Task Manager)](task_manager_dump.md)| Manual memory capture for unresponsive processes. | Helpful when WebView2 hangs or becomes non-responsive. |
99
| [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. |
1111
| [Network Logs](network.md) | Records network requests, responses, and errors. | Diagnose issues with loading resources or connectivity failures. |
1212
| [Code Integrity](code_integrity.md) | Identifies root causes of `STATUS_INVALID_IMAGE_HASH` errors. | Used when encountering image hash validation failures. |
1313
| [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

Comments
 (0)