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
which includes the process ID and the process kind. This enables the host application to collect
16
-
additional information about the process failure whether a renderer, GPU, or
15
+
which provides access to an `ICoreWebView2ProcessInfo` object for the failed process. This object includes the process ID, process kind, and other relevant information. This enables the host application to collect
16
+
additional information about the process failure, whether it is a renderer, GPU, or
17
17
even the browser process.
18
18
19
19
The updated API is detailed below. We'd appreciate your feedback.
20
20
21
21
# Description
22
22
23
23
The `ICoreWebView2ProcessFailedEventArgs4` interface extends the existing
24
-
`ProcessFailedEventArgs` to includethe `ICoreWebView2ProcessInfo` of the failed process. This
24
+
`ProcessFailedEventArgs` to include, when available, the `ICoreWebView2ProcessInfo` of the failed process. Note that `ProcessInfo` may be null or unavailable in certain scenarios. This
25
25
enables applications to:
26
26
- Correlate process failures with running process data from the ProcessInfo API
27
27
- Collect process-specific diagnostic information for logging and telemetry
0 commit comments