Searched refs:crashCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java111 int crashCount; // number of times proc has crashed with service running field in class:ServiceRecord
275 if (crashCount != 0 || restartCount != 0
282 pw.print(" crashCount="); pw.println(crashCount);
H A DAppErrors.java620 sr.crashCount = 1;
622 sr.crashCount++;
626 if (sr.crashCount < mService.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY
H A DActiveServices.java1929 } else if (r.crashCount > 1) {
1931 * (r.crashCount - 1);
3144 if (allowRestart && sr.crashCount >= mAm.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY
3147 Slog.w(TAG, "Service crashed " + sr.crashCount
3150 sr.userId, sr.crashCount, sr.shortName, app.pid);
3226 info.crashCount = r.crashCount;
/frameworks/base/core/java/android/app/
H A DActivityManager.java2520 public int crashCount; field in class:ActivityManager.RunningServiceInfo
2593 dest.writeInt(crashCount);
2610 crashCount = source.readInt();

Completed in 1866 milliseconds