Home
last modified time | relevance | path

Searched refs:firstCrashMs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DWatchdog.java1131 long firstCrashMs; in isCrashLoopFound() local
1133 firstCrashMs = Long.parseLong(crashHistory.get(0)); in isCrashLoopFound()
1139 return crashHistory.size() >= fatalCount && nowMs - firstCrashMs < fatalWindowMs; in isCrashLoopFound()