On failure log the whole matcher (#4500)
This commit is contained in:
parent
ad4f973da4
commit
41a143812e
|
@ -98,7 +98,8 @@ public final class InstrumentationModuleInstaller {
|
|||
new LoggingFailSafeMatcher<>(
|
||||
moduleClassLoaderMatcher.and(typeInstrumentation.classLoaderOptimization()),
|
||||
"Instrumentation class loader matcher unexpected exception: "
|
||||
+ typeInstrumentation.classLoaderOptimization()))
|
||||
+ moduleClassLoaderMatcher.and(
|
||||
typeInstrumentation.classLoaderOptimization())))
|
||||
.and(NOT_DECORATOR_MATCHER)
|
||||
.and(muzzleMatcher)
|
||||
.transform(ConstantAdjuster.instance())
|
||||
|
|
Loading…
Reference in New Issue