Searched defs:crashHistory (Results 1 – 1 of 1) sorted by relevance
789 private void writeTimeoutHistory(Iterable<String> crashHistory) { in writeTimeoutHistory()855 ArrayList<String> crashHistory = new ArrayList<String>(Arrays.asList(Arrays.copyOfRange( in isCrashLoopFound() local