bytedance / ByteX

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

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

Open dingdangmao123 opened 2 years ago

dingdangmao123 commented 2 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则正常

牛批哦