Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1134 Matcher crashMatcher = crashPattern.matcher(systemStatusOutput); in getErrorDialogCount() local
1135 while (crashMatcher.find()) { in getErrorDialogCount()