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
Copy file name to clipboardExpand all lines: diagnostics/etw.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ ETW traces can get fairly large, so try to keep the amount of extra time spent w
7
7
8
8
1. Close Edge and any other apps using WV2 to make the trace more clear. Common apps using WV2 may include `widgets.exe`, `msteams.exe`, and Microsoft Office products.
9
9
1. Download [WebView2.wprp](WebView2.wprp) from this repo.
10
-
2. In an elevated command prompt run `wpr -start WebView2.wppr -filemode` (wpr.exe is included in Windows)
10
+
2. In an elevated command prompt run `wpr -start WebView2.wprp -filemode` (wpr.exe is included in Windows)
11
11
3. Reproduce the issue.
12
12
4. In an elevated command prompt run `wpr -stop trace.etl "trace"`.
13
13
14
-
ETW traces can contain sensitive information, if you're concerned with sharing one publicly in a GitHub issue, you can ask the WV2 developer you're working with for an email address to send to them privately.
14
+
ETW traces can contain sensitive information, if you're concerned with sharing one publicly in a GitHub issue, you can ask the WV2 developer you're working with for an email address to send to them privately.
0 commit comments