microsoft / msix-packaging

MSIX SDK
MIT License
978 stars 165 forks source link

[Task-43152318] - Added Telemetry Logging to MSIXMGR Tool for Capturing Useful Metrics #573

Closed pratiksinha07 closed 1 year ago

pratiksinha07 commented 1 year ago

Description

Why is this change being made? Telemetry needs to be added to the MSIXMGR Tool to capture the useful metrics for the tool. Added Code changes for the Telemetry Logging.

What changed? Added code changes to the msixmgr.cpp file for Telemetry Logging for every flow. Added few additional Helper files to support the Telemetry Logging like msixmgrTelemetry.hpp, msixmgrTelemetry.cpp, msixmgrTraceLogging.hpp, msixmgrTraceLogging.cpp, etc.

How was the change tested? Executed every flow manually to ensure every Telemetry is getting logged properly.