mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-11 23:19:23 +01:00
DebugInjector: removing ".end local" directives.
This commit is contained in:
parent
e6d2e9c605
commit
7e060064ac
@ -161,8 +161,9 @@ public class DebugInjector {
|
||||
if (
|
||||
line2.startsWith("line ") ||
|
||||
line2.equals("prologue") ||
|
||||
line2.startsWith("parameter") ||
|
||||
line2.startsWith("local ") ||
|
||||
line2.startsWith("parameter")
|
||||
line2.startsWith("end local ")
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user