RejectedExecutionException 128 Active Threads AsyncTaskLoader
问题 I've searched around for solutions to RejectedExecutionException using AsyncTaskLoader but none have worked. Most of them are for AsyncTask like https://github.com/commonsguy/cwac-task/blob/master/src/com/commonsware/cwac/task/AsyncTaskEx.java but AsyncTaskLoader is kind of different. The first thing I tried was in onCreateLoader() doing this before returning a CursorLoader. if (loaderCount >= 100) { cursorLoader.setUpdateThrottle(1000000000); } All that really does is stop the loaders after