Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace CrashPad handler #2445

Closed
ibebbs opened this issue May 11, 2022 · 2 comments
Closed

Replace CrashPad handler #2445

ibebbs opened this issue May 11, 2022 · 2 comments
Assignees

Comments

@ibebbs
Copy link

ibebbs commented May 11, 2022

Hi,

In other Chromium wrappers it is possible to replace the CrashPad process used to collect/report errors so that crash handling can be overriden. For example, this document shows how to use an 'external handler' to collect crash information when using CefSharp.

Does this capability exist for WebView2?

Thanks,
Ian

@aluhrs13
Copy link
Contributor

We don't offer that level of configuration unfortunately. We do intentionally leave recent crash dumps in the Crashpad\reports\ folder of your WV2's User Data Folder in order for the hosting application to be able to find them and upload/process them as they see fit.

@aluhrs13
Copy link
Contributor

@ibebbs - We aren't planning on adding this exact capability, but have added a property to more easily find dumps. You can find details here: https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/data-privacy?tabs=dotnetcsharp#custom-crash-reporting

Feel free to open a new feature request with details on where and how this approach falls short if you'd like us to get it on our backlog.

@aluhrs13 aluhrs13 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants