Skip to content

Commit

Permalink
Add Microsoft.Edge.Crashpad provider (#4640)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbryh-msft authored Jun 20, 2024
1 parent 4cb991c commit 137ffb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions diagnostics/WebView2.wprp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<!-- Crash reporting events -->
<EventProvider Id="EventProvider-Microsoft-Windows-WindowsErrorReporting" Name="cc79cf77-70d9-4082-9b52-23f3a3e92fe4"/>
<EventProvider Id="EventProvider-Microsoft.Windows.FaultReportingTracingGuid" Name="1377561D-9312-452C-AD13-C4A1C9C906E0"/>
<EventProvider Id="Edge_Crashpad" Name="94061CA0-FB42-5B87-F7F1-254B0A86F9FD"/>

<!-- Process, thread, and image load events -->
<EventProvider Id="EventProvider_Microsoft-Windows-Kernel-Process_16_0_68_1_0_0" Name="22fb2cd6-0e7b-422b-a0c7-2fad1fd0e716" NonPagedMemory="true" Stack="true" Level="0" EventKey="true">
Expand Down Expand Up @@ -80,6 +81,7 @@
<EventProviders Operation="Add">
<EventProviderId Value="EventProvider-Microsoft-Windows-WindowsErrorReporting"/>
<EventProviderId Value="EventProvider-Microsoft.Windows.FaultReportingTracingGuid"/>
<EventProviderId Value="Edge_Crashpad"/>
<EventProviderId Value="EventProvider_Microsoft-Windows-Kernel-Process_16_0_68_1_0_0" />
<EventProviderId Value="Edge" />
<EventProviderId Value="Edge_Canary" />
Expand Down
2 changes: 2 additions & 0 deletions diagnostics/WebView2_CPU.wprp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<!-- Crash reporting events -->
<EventProvider Id="EventProvider-Microsoft-Windows-WindowsErrorReporting" Name="cc79cf77-70d9-4082-9b52-23f3a3e92fe4"/>
<EventProvider Id="EventProvider-Microsoft.Windows.FaultReportingTracingGuid" Name="1377561D-9312-452C-AD13-C4A1C9C906E0"/>
<EventProvider Id="Edge_Crashpad" Name="94061CA0-FB42-5B87-F7F1-254B0A86F9FD"/>

<!-- Process, thread, and image load events -->
<EventProvider Id="EventProvider_Microsoft-Windows-Kernel-Process_16_0_68_1_0_0" Name="22fb2cd6-0e7b-422b-a0c7-2fad1fd0e716" NonPagedMemory="true" Stack="true" Level="0" EventKey="true">
Expand Down Expand Up @@ -82,6 +83,7 @@
<EventProviders Operation="Add">
<EventProviderId Value="EventProvider-Microsoft-Windows-WindowsErrorReporting"/>
<EventProviderId Value="EventProvider-Microsoft.Windows.FaultReportingTracingGuid"/>
<EventProviderId Value="Edge_Crashpad"/>
<EventProviderId Value="EventProvider_Microsoft-Windows-Kernel-Process_16_0_68_1_0_0" />
<EventProviderId Value="Edge" />
<EventProviderId Value="Edge_Canary" />
Expand Down

0 comments on commit 137ffb3

Please sign in to comment.