bytedance / ByteX

ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台
Apache License 2.0
3.15k stars 463 forks source link

java.lang.IllegalArgumentException: LocalVariablesSorter only accepts expanded frames (see ClassReader.EXPAND_FRAMES) #121

Open dingdangmao123 opened 3 years ago

dingdangmao123 commented 3 years ago

截屏2021-10-25 下午8 13 54 使用AdviceAdpater报错,改成普通的MethodVistor则正常

luodongseu commented 2 years ago

可能是手动写了visitFrame(Opcodes.FRAME_SAME)之类的

mosentest commented 1 year ago

截屏2021-10-25 下午8 13 54 使用AdviceAdpater报错,改成普通的MethodVistor则正常

牛批哦