Searched refs:fullLogPath (Results 1 – 2 of 2) sorted by relevance
150 protected String fullLogPath() { in fullLogPath() method in AtraceCollector216 "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()
104 traceCmd.append(fullLogPath()); in startTracing()