Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java409 ITestDevice collectBugreport = badDevice; in performInvocation() local
410 if (collectBugreport == null) { in performInvocation()
411 collectBugreport = context.getDevices().get(0); in performInvocation()
415 collectBugreport, in performInvocation()