Skip to content

Unigram in-process service to monitor layout reentrancy issues in production

License

Notifications You must be signed in to change notification settings

FrayxRulez/Unigram.Diagnostics

 
 

Repository files navigation

This tool is based on UWPSpy source code and is used by Unigram to monitor layout reentrancy issues. The tool tracks any change to the UI tree and subscribes to all FrameworkElements SizeChanged event. Whenever the process crashes due to a LayoutCycleException, a file containing the last 200 SizeChanged events is written in the app data local folder.

About

Unigram in-process service to monitor layout reentrancy issues in production

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.4%
  • C 8.6%