Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/adb/
DAdbStopServerPreparer.java160 File adbLog = findAdbLog(); in callAdbServerAndLog() local
161 if (adbLog != null) { in callAdbServerAndLog()
163 FileUtil.writeToFile(message, adbLog, true); in callAdbServerAndLog()
204 File adbLog = new File(tmpDir, String.format("adb.%s.log", uid)); in findAdbLog() local
205 if (!adbLog.exists()) { in findAdbLog()
206 CLog.i("Did not find adb log file: %s, upload skipped.", adbLog); in findAdbLog()
209 return adbLog; in findAdbLog()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java1674 File adbLog = new File(tmpDir, String.format("adb.%s.log", uid));
1675 if (!adbLog.exists()) {
1676 CLog.i("Did not find adb log file: %s, upload skipped.", adbLog);
1681 .runTimedCmd(60000, "tail", "-c", "10MB", adbLog.getAbsolutePath());
1683 CLog.e("Failed to truncate the adb log: %s\n%s", adbLog, truncAdb.getStderr());