Searched refs:crashedAtCycle (Results 1 – 1 of 1) sorted by relevance
620 int crashedAtCycle = 0; in run() local622 crashedAtCycle = runMonkeyCycles(); in run()677 if (crashedAtCycle >= mCount) { in run()678 crashedAtCycle = mCount - 1; in run()699 if (crashedAtCycle < mCount - 1) { in run()700 System.err.println("** System appears to have crashed at event " + crashedAtCycle in run()702 return crashedAtCycle; in run()