Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java121 int crashCount; // number of times proc has crashed with service running field in ServiceRecord
320 if (crashCount != 0 || restartCount != 0 || restartDelay != 0 || nextRestartTime != 0) { in writeToProto()
326 proto.write(ServiceRecordProto.Crash.CRASH_COUNT, crashCount); in writeToProto()
438 if (crashCount != 0 || restartCount != 0 in dump()
445 pw.print(" crashCount="); pw.println(crashCount); in dump()
DAppErrors.java708 sr.crashCount = 1;
710 sr.crashCount++;
714 if (sr.crashCount < mService.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY
DActiveServices.java2383 } else if (r.crashCount > 1) { in scheduleServiceRestartLocked()
2385 * (r.crashCount - 1); in scheduleServiceRestartLocked()
3651 if (allowRestart && sr.crashCount >= mAm.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY in killServicesLocked()
3654 Slog.w(TAG, "Service crashed " + sr.crashCount in killServicesLocked()
3657 sr.userId, sr.crashCount, sr.shortInstanceName, app.pid); in killServicesLocked()
3734 info.crashCount = r.crashCount; in makeRunningServiceInfoLocked()
/frameworks/base/core/java/android/app/
DActivityManager.java2149 public int crashCount;
2222 dest.writeInt(crashCount);
2239 crashCount = source.readInt();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3628 field public int crashCount;
/frameworks/base/api/
Dcurrent.txt4071 field public int crashCount;