Searched refs:crashedAtCycle (Results 1 – 1 of 1) sorted by relevance
700 int crashedAtCycle = 0; in run() local702 crashedAtCycle = runMonkeyCycles(); in run()757 if (crashedAtCycle >= mCount) { in run()758 crashedAtCycle = mCount - 1; in run()774 if (crashedAtCycle < mCount - 1) { in run()775 Logger.err.println("** System appears to have crashed at event " + crashedAtCycle in run()777 return crashedAtCycle; in run()