-
-
Notifications
You must be signed in to change notification settings - Fork 8
feat(r8): Support rewriteFrames annotation in ProguardMapper
#66
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
Conversation
loewenheim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved by mistake
loewenheim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor improvement that can be made, otherwise this looks good.
|
@loewenheim As discussed internally I implemented skipping the line completely if a rewrite rule cleared up all frames and also added a test to verify that: bb565b7 |
|
From my perspective this is good to merge |
Part of #63
remap_stacktracewhich accepts a plain string -- we need that info to decide whether we remove inner frames or notSee linked issue for more details.