Searched refs:restartCount (Results 1 – 2 of 2) sorted by relevance
120 int restartCount; // number of restarts performed in a row. field in ServiceRecord326 if (crashCount != 0 || restartCount != 0 || restartDelay != 0 || nextRestartTime != 0) { in dumpDebug()328 proto.write(ServiceRecordProto.Crash.RESTART_COUNT, restartCount); in dumpDebug()448 if (crashCount != 0 || restartCount != 0 in dump()450 pw.print(prefix); pw.print("restartCount="); pw.print(restartCount); in dump()780 restartCount = 0; in resetRestartCounter()
2719 r.restartCount++; in scheduleServiceRestartLocked()2731 r.restartCount = 1; in scheduleServiceRestartLocked()2765 r.restartCount = 0; in scheduleServiceRestartLocked()