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