app/src/main/java/safeluck/drive/evaluation/util/CThreadPoolExecutor.java @@ -208,6 +208,7 @@ public static void runInBackground(Runnable runnable) { if (pool == null) { Log.i(TAG, "runInBackground: "); createThreadPoolExecutor(); }