mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Run all executors in background
This commit is contained in:
@@ -49,7 +49,7 @@ public class EntityLog {
|
||||
@NonNull
|
||||
public String data;
|
||||
|
||||
private static ExecutorService executor = Executors.newSingleThreadExecutor();
|
||||
private static ExecutorService executor = Executors.newSingleThreadExecutor(Helper.backgroundThreadFactory);
|
||||
|
||||
static void log(Context context, String data) {
|
||||
Log.i(Helper.TAG, data);
|
||||
|
||||
Reference in New Issue
Block a user