-
Notifications
You must be signed in to change notification settings - Fork 7
How to: Create a diagnostics report
David Risney edited this page Feb 10, 2023
·
1 revision
You can use WebView2Utilities to create a diagnostics report that is a zip containing the same info that WebView2Utilities displays:
- Install and run WebView2Utilities
- Select the
Host Apps
tab. - Ensure your app is running.
- Select your app from the list on the left.
- Click the
Create Report
button. - Select a folder in which to save in the Save As dialog, and click
OK
. - Note that Explorer is opened with your generated report zip file selected. You can now email or otherwise distribute the file.
Note that the Report Created
dialog warns you that the report file may contain personally identifiable information. This is the same information displayed by WebView2Utilities plus any chromium log files, crash dump files, and potentially other log files in the future. You can open the report zip and examine the files yourself.
See also How to: Generate chromium logs for how to generate chromium logs that can be included in this report.