Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DAtraceCollector.java150 protected String fullLogPath() { in fullLogPath() method in AtraceCollector
216 "atrace --async_stop -z -c -o " + fullLogPath(), in stopTracing()
297 File trace = device.pullFile(fullLogPath()); in onTestEnd()
312 String.format("failed to pull log: %s", fullLogPath()), in onTestEnd()
317 device.deleteFile(fullLogPath()); in onTestEnd()
320 CLog.w("preserving ondevice atrace log: %s", fullLogPath()); in onTestEnd()
DTraceCmdCollector.java104 traceCmd.append(fullLogPath()); in startTracing()