Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ed2b5d0 authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Merge "ConnectivtyService : Execute connectivityCheck in thread pool" into cm-11.0

parents 25b5377c 520d971a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4103,7 +4103,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
            CheckMp.Params params =
                    new CheckMp.Params(checkMp.getDefaultUrl(), timeOutMs, cb);
            if (DBG) log("checkMobileProvisioning: params=" + params);
            checkMp.execute(params);
            checkMp.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, params);
        } finally {
            Binder.restoreCallingIdentity(token);
            if (DBG) log("checkMobileProvisioning: X");