Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Proguard mapping files #1499

Closed
pyricau opened this issue Jul 26, 2019 · 1 comment · Fixed by #1542
Closed

Add support for Proguard mapping files #1499

pyricau opened this issue Jul 26, 2019 · 1 comment · Fixed by #1542

Comments

@pyricau
Copy link
Member

pyricau commented Jul 26, 2019

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.

@mzgreen
Copy link
Contributor

mzgreen commented Aug 16, 2019

I started working od this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants