PowerToys/src/common/Telemetry
Arjun Balgovind f19bad3761
Revert "[FxCop] Telemetry.csproj" (#6690)
* Revert "marking all warnings (#6642)"

This reverts commit b0f0940534.

* Added warning comment
2020-09-17 14:02:25 -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 Revert "[FxCop] Telemetry.csproj" (#6690) 2020-09-17 14:02:25 -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