Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java154 private Throwable lastThrownException; field in InvocationExecution.TestThread
168 lastThrownException = e; in run()
173 return lastThrownException; in getLastThrownException()
180 lastThrownException = in stopTestThread()