Skip to content

Commit

Permalink
Update about crashes url (#4806)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbryh-msft authored Sep 11, 2024
1 parent 4289d69 commit 0ba6096
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion diagnostics/crash.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ Crash dumps are used to better understand why a WV2 process is crashing and firi

In addition to that, crash dumps are extremely helpful. WV2 crash dumps are located in a subfolder of the app's user data folder (UDF): `<UDF>\EBWebView\Crashpad\reports\`.
By default the user data folder is created in the app's folder by default with a name like
`<App Exe Name>.exe.WebView2`. If an app sets its user data folder location manually when creating a [WV2 Environment object](https://learn.microsoft.com/dotnet/api/microsoft.web.webview2.core.corewebview2environment), it may be in a different location.
`<App Exe Name>.exe.WebView2`. If an app sets its user data folder location manually when creating a [WV2 Environment object](https://learn.microsoft.com/dotnet/api/microsoft.web.webview2.core.corewebview2environment), it may be in a different location.

If you do not have crash dumps - please navigate your webview2 control to `edge://crashes` to see if there are new reports. Copy necessary data to Clipboard and share with us.

![crashes](crashes.png)
Binary file added diagnostics/crashes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ba6096

Please sign in to comment.