Searched refs:crashPattern (Results 1 – 1 of 1) sorted by relevance
1128 Pattern crashPattern = Pattern.compile(".*crashing=true.*AppErrorDialog.*"); in getErrorDialogCount() local1134 Matcher crashMatcher = crashPattern.matcher(systemStatusOutput); in getErrorDialogCount()