Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java130 int restartCount; // number of restarts performed in a row. field in ServiceRecord
377 if (crashCount != 0 || restartCount != 0 || restartDelay != 0 || nextRestartTime != 0) { in dumpDebug()
379 proto.write(ServiceRecordProto.Crash.RESTART_COUNT, restartCount); in dumpDebug()
507 if (crashCount != 0 || restartCount != 0 in dump()
509 pw.print(prefix); pw.print("restartCount="); pw.print(restartCount); in dump()
900 restartCount = 0; in resetRestartCounter()
H A DActiveServices.java3535 r.restartCount++; in scheduleServiceRestartLocked()
3547 r.restartCount = 1; in scheduleServiceRestartLocked()
3588 r.restartCount = 0; in scheduleServiceRestartLocked()