You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: