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