Leakcanary: Add support for Proguard mapping files

Created on 26 Jul 2019  路  1Comment  路  Source: square/leakcanary

Leaktraces are hard to follow when the code has been proguarded.

We need the ability to pass a mapping file to the heap analyzer. Not sure how LeakCanary can get that passed in so that it displays the correct when analyzing. We probably also need something that can transform a string leaktrace into an unmapped leaktrace.

Note: Perflib already has support for this proguard mapping files, worth looking at.

enhancement

Most helpful comment

I started working od this one.

>All comments

I started working od this one.

Was this page helpful?
0 / 5 - 0 ratings