Searched refs:crashCount (Results 1 – 7 of 7) sorted by relevance
110 int crashCount; // number of times proc has crashed with service running field in ServiceRecord274 if (crashCount != 0 || restartCount != 0 in dump()281 pw.print(" crashCount="); pw.println(crashCount); in dump()
660 sr.crashCount++; in handleAppCrashLocked()664 if ((data != null) && (sr.crashCount <= 1) in handleAppCrashLocked()
3132 if (allowRestart && sr.crashCount >= 2 && (sr.serviceInfo.applicationInfo.flags in killServicesLocked()3134 Slog.w(TAG, "Service crashed " + sr.crashCount in killServicesLocked()3137 sr.userId, sr.crashCount, sr.shortName, app.pid); in killServicesLocked()3213 info.crashCount = r.crashCount; in makeRunningServiceInfoLocked()
2505 public int crashCount; field in ActivityManager.RunningServiceInfo2578 dest.writeInt(crashCount); in writeToParcel()2595 crashCount = source.readInt(); in readFromParcel()
3628 field public int crashCount;
3968 field public int crashCount;
4119 field public int crashCount;