Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java196 Throwable tearDownException = null; in performInvocation() local
291 tearDownException = e; in performInvocation()
292 CLog.e("Exception when tearing down invocation: %s", tearDownException.toString()); in performInvocation()
293 CLog.e(tearDownException); in performInvocation()
297 tearDownException, in performInvocation()
332 if (tearDownException != null) { in performInvocation()
336 throw tearDownException; in performInvocation()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java427 } catch (DeviceNotAvailableException tearDownException) { in run()
430 getId(), StreamUtil.getStackTrace(tearDownException)); in run()
431 throw tearDownException; in run()