Describe the bug
The logic for updating the WindowIdLog in the TraceLogger code was removed, so no windowIds are ever added to the map. This prevents the UIResponsive events from firing after the app launches because it checks if the current window is in the log before firing the event.
Steps To Reproduce
Used internal diagnostics tools to repro this issue.
Expected behavior
UIResponsive events are fired after the app lauches.
Device and Application Information
- OS Build:
- Architecture:
- Application Version: 10.1906.25.0
- Region:
- Dev Version Installed:
Additional context
Requested Assignment
If possible, I would like to fix this.