Fix reboot loop due to NPE.

All that's old is new again: http://ag/63748.

Change-Id: I83df48447dbcb7f6edf02bd07abf721b009afa49
This commit is contained in:
Sreeram Ramachandran
2014-05-14 14:45:00 -07:00
parent b5c5c2bbe3
commit 6e24ec7ff6

View File

@@ -160,6 +160,8 @@ public class ProxyInfo implements Parcelable {
} }
mExclusionList = source.getExclusionListAsString(); mExclusionList = source.getExclusionListAsString();
mParsedExclusionList = source.mParsedExclusionList; mParsedExclusionList = source.mParsedExclusionList;
} else {
mPacFileUrl = Uri.EMPTY;
} }
} }