LiuxuyangK
LiuxuyangK
help! Looking forward to your reply! i want to advice java.time.LocalDateTime,and i use this code: ``` new AgentBuilder.Default() .enableNativeMethodPrefix("wmsnative") .with(byteBuddy.with(Implementation.Context.Disabled.Factory.INSTANCE)) .with(AgentBuilder.InitializationStrategy.NoOp.INSTANCE) .with(AgentBuilder.RedefinitionStrategy.REDEFINITION) .with(AgentBuilder.TypeStrategy.Default.REDEFINE) .ignore(none()) .type(ElementMatchers.named("java.time.LocalDateTime")) .transform(new AgentBuilder.Transformer() { @Override public...