Home | History | Annotate | Download | only in am

Lines Matching defs:crashCount

113     int crashCount;         // number of times proc has crashed with service running
301 if (crashCount != 0 || restartCount != 0 || restartDelay != 0 || nextRestartTime != 0) {
307 proto.write(ServiceRecordProto.Crash.CRASH_COUNT, crashCount);
406 if (crashCount != 0 || restartCount != 0
413 pw.print(" crashCount="); pw.println(crashCount);