probeCall

private inline fun probeCall(block: () -> Boolean): Result<Boolean>

One reflective probe step. Unwraps InvocationTargetException so the reflected method's OWN throwable is what gets logged — the wrapper carries no diagnosis.