Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java108 int crashCount; // number of times proc has crashed with service running field in ServiceRecord
270 if (crashCount != 0 || restartCount != 0 in dump()
277 pw.print(" crashCount="); pw.println(crashCount); in dump()
DActiveServices.java2623 if (allowRestart && sr.crashCount >= 2 && (sr.serviceInfo.applicationInfo.flags in killServicesLocked()
2625 Slog.w(TAG, "Service crashed " + sr.crashCount in killServicesLocked()
2628 sr.userId, sr.crashCount, sr.shortName, app.pid); in killServicesLocked()
2704 info.crashCount = r.crashCount; in makeRunningServiceInfoLocked()
DAppErrors.java634 sr.crashCount++; in handleAppCrashLocked()
/frameworks/base/core/java/android/app/
DActivityManager.java2112 public int crashCount; field in ActivityManager.RunningServiceInfo
2185 dest.writeInt(crashCount); in writeToParcel()
2202 crashCount = source.readInt(); in readFromParcel()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3628 field public int crashCount;
/frameworks/base/api/
Dcurrent.txt3814 field public int crashCount;
Dsystem-current.txt3950 field public int crashCount;
Dtest-current.txt3814 field public int crashCount;