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

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

Open weimi-king opened 2 years ago

weimi-king commented 2 years ago

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