Catch RejectedExecutionException when loading app data.
Default thread pool from AsyncTask can queue up to a certain number of tasks. We will use a custom pool with enough queue size to load app data. Fixes: 30355247 Change-Id: I5ad4c340191c785463011c1698d1d4625aba44ec
Loading
Please register or sign in to comment