Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java334 CommandResult resultRemoteExecution = in runRemote() local
337 if (!CommandStatus.SUCCESS.equals(resultRemoteExecution.getStatus())) { in runRemote()
338 CLog.e("Error running the remote command: %s", resultRemoteExecution.getStdout()); in runRemote()
341 resultRemoteExecution.getStderr(), FailureStatus.INFRA_FAILURE)); in runRemote()