Searched refs:crashCount (Results 1 – 6 of 6) sorted by relevance
121 int crashCount; // number of times proc has crashed with service running field in ServiceRecord320 if (crashCount != 0 || restartCount != 0 || restartDelay != 0 || nextRestartTime != 0) { in writeToProto()326 proto.write(ServiceRecordProto.Crash.CRASH_COUNT, crashCount); in writeToProto()438 if (crashCount != 0 || restartCount != 0 in dump()445 pw.print(" crashCount="); pw.println(crashCount); in dump()
708 sr.crashCount = 1;710 sr.crashCount++;714 if (sr.crashCount < mService.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY
2383 } else if (r.crashCount > 1) { in scheduleServiceRestartLocked()2385 * (r.crashCount - 1); in scheduleServiceRestartLocked()3651 if (allowRestart && sr.crashCount >= mAm.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY in killServicesLocked()3654 Slog.w(TAG, "Service crashed " + sr.crashCount in killServicesLocked()3657 sr.userId, sr.crashCount, sr.shortInstanceName, app.pid); in killServicesLocked()3734 info.crashCount = r.crashCount; in makeRunningServiceInfoLocked()
2149 public int crashCount;2222 dest.writeInt(crashCount);2239 crashCount = source.readInt();
3628 field public int crashCount;
4071 field public int crashCount;