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
committed by The Android Automerger
parent 52ab37ddef
commit c63e50cd55

View File

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