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