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