Searched refs:checkStack (Results 1 – 2 of 2) sorted by relevance
105 if (!checkStack(t) || (mExceptions.size() == MAX_CRASHES)) { in run()122 private boolean checkStack(Throwable t) { in checkStack() method in TestableInstrumentation.MainLooperManager
416 boolean disabledAny = checkStack(throwable); in uncaughtException()433 private boolean checkStack(Throwable throwable) { in checkStack() method in PluginManagerImpl.PluginExceptionHandler441 return disabledAny | checkStack(throwable.getCause()); in checkStack()