commit | a0685c87c833bba74f77135c179b535f3779d724 | [log] [tgz] |
---|---|---|
author | android-build-prod (mdb) <android-build-team-robot@google.com> | Tue May 08 23:54:40 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 08 23:54:40 2018 +0000 |
tree | 25c7cef9fdbd970f43bfc81ac5065177eecff2fa | |
parent | ac6b90bc7c79c4c9e9d70ed00345d608c4fbe4d1 [diff] | |
parent | 792511007201a48a8b708d17d7ae82114ab305d8 [diff] |
Merge "Remove disableBackgroundScheduling"
diff --git a/wpa_supplicant/hidl/1.0/hidl.cpp b/wpa_supplicant/hidl/1.0/hidl.cpp index ca914b4..ab2043d 100644 --- a/wpa_supplicant/hidl/1.0/hidl.cpp +++ b/wpa_supplicant/hidl/1.0/hidl.cpp
@@ -43,7 +43,6 @@ wpa_printf(MSG_DEBUG, "Initing hidl control"); configureRpcThreadpool(1, true /* callerWillJoin */); - IPCThreadState::self()->disableBackgroundScheduling(true); IPCThreadState::self()->setupPolling(&priv->hidl_fd); if (priv->hidl_fd < 0) goto err;