-
Notifications
You must be signed in to change notification settings - Fork 411
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
Methods Overlap for Kotlin Code #426
Comments
Hi @embydextrous ! Can you share a full sample that reproduces the isssue? |
Do you need the mapping file and raw stacktrace? deobfuscated.txt From the obfuscated stacktrace:
the above line results into multiple lines in deobfuscated stacktrace
in the mapping.txt line no. 133 corresponds to all these 3 methods. |
Hi @mrjameshamilton Any updates here? |
Hello @mrjameshamilton Any updates on this? |
We are seeing method line numbers overlapping for Kotlin files (see bold part below).
Due to this the deobfuscation doesn't work well and get multiple deobfuscated stackframes for a single obfuscated stackframe causing confusion while debugging.
For ex: for line 214 we get
onStart
,update
andget
methods in the deobfuscated trace.Is this a known issue or compatibility issues between proguard and kotlin version? We are using Kotlin 1.9 and Proguard 7.0.0 , gradle 7.2.
For Kotlin files
The text was updated successfully, but these errors were encountered: