Searched refs:crashCount (Results 1 – 8 of 8) sorted by relevance
646 sr.crashCount = 1; in incServiceCrashCountLocked()648 sr.crashCount++; in incServiceCrashCountLocked()652 if (sr.crashCount < mService.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY in incServiceCrashCountLocked()
995 final Pair<Long, Integer> crashCount = mProcessCrashCounts.get(app.processName, app.uid);996 return !app.isolated && crashCount != null997 && now < (crashCount.first + PROCESS_CRASH_COUNT_RESET_INTERVAL)998 && crashCount.second >= PROCESS_CRASH_COUNT_LIMIT;
177 int crashCount; // number of times proc has crashed with service running field in ServiceRecord862 if (crashCount != 0 || restartCount != 0 || (nextRestartTime - mRestartSchedulingTime) != 0 in dumpDebug()870 proto.write(ServiceRecordProto.Crash.CRASH_COUNT, crashCount); in dumpDebug()1066 if (crashCount != 0 || restartCount != 0 in dump()1073 pw.print(" crashCount="); pw.println(crashCount); in dump()
5321 } else if (r.crashCount > 1) { in scheduleServiceRestartLocked()5323 * (r.crashCount - 1); in scheduleServiceRestartLocked()7294 if (allowRestart && sr.crashCount >= mAm.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY in killServicesLocked()7297 Slog.w(TAG, "Service crashed " + sr.crashCount in killServicesLocked()7300 sr.userId, sr.crashCount, sr.shortInstanceName, in killServicesLocked()7391 info.crashCount = r.crashCount; in makeRunningServiceInfoLocked()
3222 public int crashCount; field in ActivityManager.RunningServiceInfo3295 dest.writeInt(crashCount); in writeToParcel()3312 crashCount = source.readInt(); in readFromParcel()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
3628 field public int crashCount;
4857 field public int crashCount;