Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandRunner.java109 && mScheduler.getLastInvocationThrowable() != null) { in run()
111 printStackTrace(mScheduler.getLastInvocationThrowable()); in run()
DICommandScheduler.java304 public Throwable getLastInvocationThrowable(); in getLastInvocationThrowable() method
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java133 && mScheduler.getLastInvocationThrowable() != null) { in run()
135 printStackTrace(mScheduler.getLastInvocationThrowable()); in run()