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