Instrumentation conflicts occur when multiple processes use jacoco
Two java processes read the same class file at the same time. When the second process is instrumented, an instrumentation conflict error occurs.
Two java processes read the same class file at the same time. When the second process is instrumented, an instrumentation conflict error occurs.