Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestFailureListener.java147 Runnable captureLogcat = in captureFailure() local
175 captureLogcat.run(); in captureFailure()
179 new Thread(captureLogcat, String.format("Capture failure logcat %s", test)); in captureFailure()