Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DExecCommandTracker.java35 private String mErrorDetails = null; field in ExecCommandTracker
45 mErrorDetails = outputStream.toString(); in invocationFailed()
53 if (mErrorDetails != null) { in invocationComplete()
71 mErrorDetails, in getCommandResult()