Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandRunner.java120 && mScheduler.getLastInvocationThrowable() != null) { in run()
122 printStackTrace(mScheduler.getLastInvocationThrowable()); in run()
DICommandScheduler.java305 public Throwable getLastInvocationThrowable(); in getLastInvocationThrowable() method
DCommandScheduler.java2243 public Throwable getLastInvocationThrowable() { in getLastInvocationThrowable() method in CommandScheduler
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java143 && mScheduler.getLastInvocationThrowable() != null) { in run()
145 printStackTrace(mScheduler.getLastInvocationThrowable()); in run()