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/script.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,22 @@ The script automates collection of commonly requested WebView2 diagnostic data
12
12
.\log_collection_script.ps1
13
13
```
14
14
15
-
The script will collect some registry keys and directory listings, start a WPR trace, and display a window similar to the image below.
15
+
The script will collect some registry keys and directory listings, start a WPR trace, and display a window similar to the image below.
16
16
17
17

18
18
19
19
4. Reproduce the issue you are experiencing.
20
-
5. In the window, click the `Stop WPR Trace` button to end tracing. The script will finalize the collection and create a compressed archive in your TEMP directory.
21
-
6. Provide the resulting ZIP file to the WebView2 support team for analysis.
20
+
5. In the window, click the `Stop WPR Trace` button to end tracing. The script will then complete the data collection and create a compressed archive in the directory where the script was run.
0 commit comments