File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
dd-java-agent/agent-debugger/src/main/java/com/datadog/debugger/agent Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2525import com .datadog .debugger .util .ClassFileLines ;
2626import com .datadog .debugger .util .DebuggerMetrics ;
2727import com .datadog .debugger .util .ExceptionHelper ;
28+ import datadog .environment .SystemProperties ;
2829import datadog .trace .agent .tooling .AgentStrategies ;
2930import datadog .trace .api .Config ;
3031import datadog .trace .bootstrap .debugger .MethodLocation ;
@@ -89,7 +90,7 @@ public class DebuggerTransformer implements ClassFileTransformer {
8990 SpanProbe .class );
9091 private static final String JAVA_IO_TMPDIR = "java.io.tmpdir" ;
9192
92- public static Path DUMP_PATH = Paths .get (System . getProperty (JAVA_IO_TMPDIR ), "debugger" );
93+ public static Path DUMP_PATH = Paths .get (SystemProperties . get (JAVA_IO_TMPDIR ), "debugger" );
9394
9495 private final Config config ;
9596 private final TransformerDefinitionMatcher definitionMatcher ;
You can’t perform that action at this time.
0 commit comments