Home
last modified time | relevance | path

Searched refs:heapDumpCopyFile (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/leakcanary2/leakcanary-android-instrumentation/src/main/java/leakcanary/internal/
H A DRetryingHeapAnalyzer.kt20 val heapDumpCopyFile = File(heapDumpFile.parent, "copy-${heapDumpFile.name}") in analyze() constant
21 heapDumpFile.copyTo(heapDumpCopyFile) in analyze()
39 "previousFailureHeapDumpCopy" to heapDumpCopyFile.absolutePath, in analyze()
48 heapDumpCopyFile.delete() in analyze()