Searched refs:fatalCount (Results 1 – 1 of 1) sorted by relevance
841 int fatalCount = WatchdogProperties.fatal_count().orElse(0); in isCrashLoopFound() local844 if (fatalCount == 0 || fatalWindowMs == 0) { in isCrashLoopFound()845 if (fatalCount != fatalWindowMs) { in isCrashLoopFound()857 Math.max(0, rawCrashHistory.length - fatalCount - 1), in isCrashLoopFound()876 return crashHistory.size() >= fatalCount && nowMs - firstCrashMs < fatalWindowMs; in isCrashLoopFound()