bytedance / ByteX

ByteX is a bytecode plugin platform based on Android Gradle Transform API and ASM. 字节码插件开发平台

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MainTransformFlow中遍历之前的状态是否有误?

weimi-king opened this issue · comments

当前代码:MainTransformFlow line:105 markRunningState(TransformContext.State.TRANSFORMING);
是否应该改为:markRunningState(TransformContext.State.TRAVERSING);
请大佬指教