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 25
25
import com .datadog .debugger .util .ClassFileLines ;
26
26
import com .datadog .debugger .util .DebuggerMetrics ;
27
27
import com .datadog .debugger .util .ExceptionHelper ;
28
+ import datadog .environment .SystemProperties ;
28
29
import datadog .trace .agent .tooling .AgentStrategies ;
29
30
import datadog .trace .api .Config ;
30
31
import datadog .trace .bootstrap .debugger .MethodLocation ;
@@ -89,7 +90,7 @@ public class DebuggerTransformer implements ClassFileTransformer {
89
90
SpanProbe .class );
90
91
private static final String JAVA_IO_TMPDIR = "java.io.tmpdir" ;
91
92
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" );
93
94
94
95
private final Config config ;
95
96
private final TransformerDefinitionMatcher definitionMatcher ;
You can’t perform that action at this time.
0 commit comments