LeakDetector
LeakDetector copied to clipboard
Adding an UI to surface leaks
Currently, the leak can be reported via a print
message in the console, or crashing the app in DEBUG mode using assert
.
We can consider to add a UI to surface the leaks similar to https://github.com/krzysztofzablocki/LifetimeTracker