Home
last modified time | relevance | path

Searched refs:crashCount (Results 1 – 5 of 5) 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.java692 sr.crashCount = 1;
694 sr.crashCount++;
698 if (sr.crashCount < mService.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY
DActiveServices.java2374 } else if (r.crashCount > 1) { in scheduleServiceRestartLocked()
2376 * (r.crashCount - 1); in scheduleServiceRestartLocked()
3642 if (allowRestart && sr.crashCount >= mAm.mConstants.BOUND_SERVICE_MAX_CRASH_RETRY in killServicesLocked()
3645 Slog.w(TAG, "Service crashed " + sr.crashCount in killServicesLocked()
3648 sr.userId, sr.crashCount, sr.shortInstanceName, app.pid); in killServicesLocked()
3725 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/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...