Searched refs:firstCrashMs (Results 1 – 1 of 1) sorted by relevance
1131 long firstCrashMs; in isCrashLoopFound() local1133 firstCrashMs = Long.parseLong(crashHistory.get(0)); in isCrashLoopFound()1139 return crashHistory.size() >= fatalCount && nowMs - firstCrashMs < fatalWindowMs; in isCrashLoopFound()