DescriptionChanges connection migration code to migrate on NetworkMadeDefault
instead of on SoonToDisconnect.
The NetworkMadeDefault notification is supposed to always be issued
before SoonToDisconnect, but there seems to be a bug in Android that
causes the order to sometimes be reversed. Current connection migration
looks for an alternate network on SoonToDisconnect, and this may not
work since there may be no alternate networks around. Since
NetworkMadeDefault guarantees that the new default network is around,
this CL changes connection migration code to migrate on
NetworkMadeDefault instead.
BUG=
Committed: https://crrev.com/e2661985a8fc716a61934a9c713ff94094155a99
Cr-Commit-Position: refs/heads/master@{#413327}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressed comments. #
Total comments: 4
Patch Set 3 : Comments addressed. #
Messages
Total messages: 17 (5 generated)
|