Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DCommonLogRemoteFileUtil.java168 CommandResult resultList = in fetchTombstones() local
171 if (!CommandStatus.SUCCESS.equals(resultList.getStatus())) { in fetchTombstones()
172 CLog.e("Failed to list the tombstones: %s", resultList.getStderr()); in fetchTombstones()
175 if (resultList.getStdout().split("\n").length <= 0) { in fetchTombstones()