Slide 197
Slide 197 text
Detecting Leaks in Production
We also built a LeakDetector API in Redwood
Supports the JVM, Kotlin/Native, and Kotlin/JS
It uses WeakReference to check whether an object is referenced
leakDetector.watchReference(
reference = listener,
note = "content listener removed",
)