-
Notifications
You must be signed in to change notification settings - Fork 43
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
Bad index for debug_info_item parameter_name: 2ffffff >= 1e58 #64
Comments
i have the same problem do you finded any solation? |
Could you add a minimal example of how you're using the DexWriter api where this issue reproduces? |
@melcz I can reproduce but creating a minimal reproducible setup in my case is difficult. In short, it should be reproducible when reading and writing the DEX files of YouTube. You may install it on an emulator which does not have Google services after debug signing it.
|
@melcz Rewrite debugItems can reproduce this issue.
|
i use dex pool , but i fixed the problem |
Please test with a build off the rewriter branch: |
reason is:
The parameterNames type is is TransformedIterator.
It can be used only once.
The text was updated successfully, but these errors were encountered: