Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for shouldApplyInstrumentationAgent (0.37 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/client/DefaultDaemonStarter.java

            }
    
            ClassPath agentClasspath = registry.getModule(AgentUtils.AGENT_MODULE_NAME).getImplementationClasspath();
            if (daemonParameters.shouldApplyInstrumentationAgent()) {
                if (agentClasspath.isEmpty()) {
                    throw new IllegalStateException("Cannot find the agent JAR");
                }
                for (File agentJar : agentClasspath.getAsFiles()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top