Searched defs:crashCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java113 int crashCount; // number of times proc has crashed with service running field in class:ServiceRecord
301 if (crashCount != 0 || restartCount != 0 || restartDelay != 0 || nextRestartTime != 0) {
307 proto.write(ServiceRecordProto.Crash.CRASH_COUNT, crashCount);
406 if (crashCount != 0 || restartCount != 0
413 pw.print(" crashCount="); pw.println(crashCount);
/frameworks/base/core/java/android/app/
H A DActivityManager.java2356 public int crashCount; field in class:ActivityManager.RunningServiceInfo
2429 dest.writeInt(crashCount);
2446 crashCount = source.readInt();

Completed in 57 milliseconds