facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.31k stars 954 forks source link

LeakCanary plugin not showing anything #5381

Open pkpardeep482 opened 8 months ago

pkpardeep482 commented 8 months ago

Flipper version : 0.237.0

Recently i enabled LeakCanary plugin in Flipper,

my app/build.gradle looks like

debugImplementation ('com.facebook.flipper:flipper-leakcanary2-plugin:0.183.0') { exclude group:'com.facebook.fbjni' } debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'

But the problem is leak canary not receiving any events in flipper. at the same time the default app of leak canary i.e which is automatically get installed due to "debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12" receiving all update.

Please check attached screenshot.

Screenshot 2023-12-26 at 10 08 46 AM
udasi-jew-peter commented 1 month ago

I am facing the exact same issue. Did you find any resolution @pkpardeep482 ?