paparazzi icon indicating copy to clipboard operation
paparazzi copied to clipboard

Introduce LeakWatcherRule to monitor Paparazzi leaks

Open jrodbx opened this issue 2 years ago • 2 comments

POC to help figure out situations like Compose Runtime leaks.

To run, ./gradlew paparazzi-gradle-plugin:test --tests=app.cash.paparazzi.gradle.PaparazziPluginTest.compose

in conjunction with modifications to either:

  • Paparazzi#forceReleaseComposeReferenceLeaks (to test potential fixes to Compose runtime leaks!)
  • paparazzi-gradle-plugin/src/test/projects/compose/src/test/java/app/cash/paparazzi/plugin/test/ComposeTest.kt (to try new Composables which may surface other leaks!)

jrodbx avatar May 26 '22 19:05 jrodbx

Love it

pyricau avatar May 26 '22 19:05 pyricau

Nice 👍🏽

geoff-powell avatar May 26 '22 20:05 geoff-powell