We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e812be commit 4f0dec2Copy full SHA for 4f0dec2
services/core/java/com/android/server/connectivity/PacManager.java
@@ -267,7 +267,7 @@ private void bind() {
267
intent.setClassName(PAC_PACKAGE, PAC_SERVICE);
268
if ((mProxyConnection != null) && (mConnection != null)) {
269
// Already bound no need to bind again, just download the new file.
270
- IoThread.getHandler().post(mPacDownloader);
+ mNetThreadHandler.post(mPacDownloader);
271
return;
272
}
273
mConnection = new ServiceConnection() {
0 commit comments