Searched refs:crashCount (Results 1 – 5 of 5) 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()
692 sr.crashCount = 1;694 sr.crashCount++;698 if (sr.crashCount < mService.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY
2374 } else if (r.crashCount > 1) { in scheduleServiceRestartLocked()2376 * (r.crashCount - 1); in scheduleServiceRestartLocked()3642 if (allowRestart && sr.crashCount >= mAm.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY in killServicesLocked()3645 Slog.w(TAG, "Service crashed " + sr.crashCount in killServicesLocked()3648 sr.userId, sr.crashCount, sr.shortInstanceName, app.pid); in killServicesLocked()3725 info.crashCount = r.crashCount; in makeRunningServiceInfoLocked()
2149 public int crashCount;2222 dest.writeInt(crashCount);2239 crashCount = source.readInt();
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...