Searched defs:restartCount (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java110 int restartCount; // number of restarts performed in a row. field in class:ServiceRecord
270 if (crashCount != 0 || restartCount != 0
272 pw.print(prefix); pw.print("restartCount="); pw.print(restartCount);
412 restartCount = 0;

Completed in 99 milliseconds