am 723d3906: am a85c287d: am 0394c8bc: am c39f4fc2: am 5a9cfe3e: Merge "Maybe fix issue #17614177 APR: system process restarting due to infinite loop" into lmp-dev

* commit '723d390690286c813b3a80e6fa3914cf60175ae9':
  Maybe fix issue #17614177 APR: system process restarting due to infinite loop
This commit is contained in:
Dianne Hackborn
2014-09-23 21:43:04 +00:00
committed by Android Git Automerger
4 changed files with 17 additions and 5 deletions

View File

@@ -3570,6 +3570,10 @@ public final class ProcessStats implements Parcelable {
return mOwner != null || mRestarting;
}
public boolean isRestarting() {
return mRestarting;
}
void add(ServiceState other) {
addDurations(other);
mRunCount += other.mRunCount;