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.java113 int crashCount; // number of times proc has crashed with service running field in ServiceRecord
301 if (crashCount != 0 || restartCount != 0 || restartDelay != 0 || nextRestartTime != 0) { in writeToProto()
307 proto.write(ServiceRecordProto.Crash.CRASH_COUNT, crashCount); in writeToProto()
406 if (crashCount != 0 || restartCount != 0 in dump()
413 pw.print(" crashCount="); pw.println(crashCount); in dump()
DAppErrors.java699 sr.crashCount = 1; in handleAppCrashLocked()
701 sr.crashCount++; in handleAppCrashLocked()
705 if (sr.crashCount < mService.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY in handleAppCrashLocked()
DActiveServices.java2161 } else if (r.crashCount > 1) { in scheduleServiceRestartLocked()
2163 * (r.crashCount - 1); in scheduleServiceRestartLocked()
3386 if (allowRestart && sr.crashCount >= mAm.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY in killServicesLocked()
3389 Slog.w(TAG, "Service crashed " + sr.crashCount in killServicesLocked()
3392 sr.userId, sr.crashCount, sr.shortName, app.pid); in killServicesLocked()
3468 info.crashCount = r.crashCount; in makeRunningServiceInfoLocked()
/frameworks/base/core/java/android/app/
DActivityManager.java2356 public int crashCount; field in ActivityManager.RunningServiceInfo
2429 dest.writeInt(crashCount); in writeToParcel()
2446 crashCount = source.readInt(); in readFromParcel()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3628 field public int crashCount;
/frameworks/base/api/
Dcurrent.txt4017 field public int crashCount;
/frameworks/base/config/
Dhiddenapi-public-dex.txt1127 Landroid/app/ActivityManager$RunningServiceInfo;->crashCount:I