Searched refs:DEFAULT_TRACE_EXTENSION (Results 1 – 1 of 1) sorted by relevance
109 private static final String DEFAULT_TRACE_EXTENSION = ".trace"; field in Debug1259 if (!tracePath.endsWith(DEFAULT_TRACE_EXTENSION)) { in fixTracePath()1260 tracePath += DEFAULT_TRACE_EXTENSION; in fixTracePath()