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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user