Searched refs:MAX_CRASHES (Results 1 – 1 of 1) sorted by relevance
37 private static final int MAX_CRASHES = 5; field in TestableInstrumentation105 if (!checkStack(t) || (mExceptions.size() == MAX_CRASHES)) { in run()