PowerToys/src/common/Telemetry
ryanbodrug-microsoft 34f814717b
Adding privacy event tags to each telemetry event. (#2879)
* Adding privacy event tags to each telemetry event.

* Moving Privacy events to Telemetry base, Removing tag values, and fixing namespaces.

* Adding documentation comments to fix style cop errors in release

* UTCReplace_AppSessionGuid boolean property to all C# telemetry events.

* Adding hardcoded version number to boot events.

* Adding reference to telemetry in settings unittest

* Adding Preview Pane events for loading w/ hardcoded version number

* Adding telemetry.h to msi for svg and markdown events

* removing unused explicit interface exception
2020-05-15 09:08:39 -07:00
..
PowerToys.wprp FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00
ProjectTelemetry.h FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00
readme.md FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00
TelemetryBase.cs Adding privacy event tags to each telemetry event. (#2879) 2020-05-15 09:08:39 -07:00
TraceLoggingDefines.h FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00

Overview

Telemetry from the PowerToys provider can be captured using the PowerToys.wprp file and WPR.

Starting trace capture

To capture a trace for the PowerToys provider, run the following:

wpr.exe -start "PowerToys.wprp"

Stopping trace capture

To capture a trace for the PowerToys provider, run the following:

wpr.exe -Stop "Trace.etl"

Viewing Events

Open the trace.etl file in WPA.

Additional Resources

Tracelogging on MSDN

Recording and Viewing Events