flipper
flipper copied to clipboard
LeakCanary plugin not showing anything
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.