Home
last modified time | relevance | path

Searched refs:crashCount (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java110 int crashCount; // number of times proc has crashed with service running field in ServiceRecord
274 if (crashCount != 0 || restartCount != 0 in dump()
281 pw.print(" crashCount="); pw.println(crashCount); in dump()
DAppErrors.java660 sr.crashCount++; in handleAppCrashLocked()
664 if ((data != null) && (sr.crashCount <= 1) in handleAppCrashLocked()
DActiveServices.java3132 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()
/frameworks/base/core/java/android/app/
DActivityManager.java2505 public int crashCount; field in ActivityManager.RunningServiceInfo
2578 dest.writeInt(crashCount); in writeToParcel()
2595 crashCount = source.readInt(); in readFromParcel()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3628 field public int crashCount;
/frameworks/base/api/
Dcurrent.txt3968 field public int crashCount;
Dsystem-current.txt4119 field public int crashCount;