PowerToys/src/common/Telemetry
Andrey Nekrasov 4e23832d52
Add new VideoConference module for muting mic/cam (#11798)
* add new VideoConference module for muting mic/cam

Co-authored-by: PrzemyslawTusinski <61138537+PrzemyslawTusinski@users.noreply.github.com>
Co-authored-by: Niels Laute <niels.laute@live.nl>
2021-06-29 13:06:12 +03:00
..
PowerToys.wprp FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00
ProjectTelemetry.h Add new VideoConference module for muting mic/cam (#11798) 2021-06-29 13:06:12 +03: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