Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1128 Pattern crashPattern = Pattern.compile(".*crashing=true.*AppErrorDialog.*"); in getErrorDialogCount() local
1134 Matcher crashMatcher = crashPattern.matcher(systemStatusOutput); in getErrorDialogCount()