Fix Build

Change-Id: I0035256b41199041bc1bc7d625f2c8f5a6a23e43
This commit is contained in:
Jason Monk
2014-05-07 15:59:10 -04:00
parent 54a9ebb509
commit f2e074604b

View File

@@ -1331,8 +1331,8 @@ public final class ActivityManagerService extends ActivityManagerNative
if (proxy != null) {
host = proxy.getHost();
port = Integer.toString(proxy.getPort());
exclList = proxy.getExclusionList();
pacFileUrl = proxy.getPacFileUrl();
exclList = proxy.getExclusionListAsString();
pacFileUrl = proxy.getPacFileUrl().toString();
}
synchronized (ActivityManagerService.this) {
for (int i = mLruProcesses.size() - 1 ; i >= 0 ; i--) {