Searched refs:TEMP_TRACE_LOCATION (Results 1 – 1 of 1) sorted by relevance
41 private static final String TEMP_TRACE_LOCATION = "/data/local/traces/.trace-in-progress.trace"; field in PerfettoUtils79 Files.deleteIfExists(Paths.get(TEMP_TRACE_LOCATION)); in traceStart()222 + " -o " + TEMP_TRACE_LOCATION in traceStart()273 if (!Files.exists(Paths.get(TEMP_TRACE_LOCATION))) { in traceDump()281 Os.rename(TEMP_TRACE_LOCATION, outFile.getCanonicalPath()); in traceDump()