1

As the title states, is there a way to know what resources was deleted by shrinkResources?

Thanks in advance :)

Archie G. Quiñones
  • 11,638
  • 18
  • 65
  • 107

1 Answers1

1

Apparently this could be done!

You could read about it here under Troubleshoot resource shrinking!

To check for deleted resources, resources.txt is generated under <module-name>/build/outputs/mapping/release/.

You could now see the used and deleted within this file.

Archie G. Quiñones
  • 11,638
  • 18
  • 65
  • 107