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.java134 protected String fullLogPath() { in fullLogPath() method in AtraceCollector
181 "atrace --async_stop -o " + fullLogPath(), in stopTracing()
257 File trace = device.pullFile(fullLogPath()); in onTestEnd()
271 throw new DeviceRuntimeException("failed to pull log: " + fullLogPath()); in onTestEnd()
275 device.deleteFile(fullLogPath()); in onTestEnd()
278 CLog.w("preserving ondevice atrace log: %s", fullLogPath()); in onTestEnd()
DTraceCmdCollector.java104 traceCmd.append(fullLogPath()); in startTracing()