androidPluto / pluto

Android Pluto is a on-device debugging framework for Android applications, which helps intercept Network calls, capture Crashes & ANRs, manipulate application data on-the-go, and much more.
https://androidpluto.com
Apache License 2.0
666 stars 67 forks source link

memory leak in main activity #316

Closed rishabhsinghbisht closed 2 months ago

rishabhsinghbisht commented 4 months ago

Describe the bug https://github.com/androidPluto/pluto/blob/f2fc28c1ee35a970800f7a15b9df38860eacc606/pluto/lib/src/main/java/com/pluto/tool/modules/currentScreen/AppLifecycleListener.kt#L16

this reference to activity is never cleared causing memory leak