Merge "Fix system server restart" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
86bb22584f
@@ -881,6 +881,9 @@ public class WifiWatchdogStateMachine extends StateMachine {
|
||||
//test to avoid any wifi connectivity issues
|
||||
loge("ARP test initiation failure: " + se);
|
||||
success = true;
|
||||
} catch (IllegalArgumentException e) {
|
||||
// ArpPeer throws exception for IPv6 address
|
||||
success = true;
|
||||
}
|
||||
|
||||
return success;
|
||||
|
||||
Reference in New Issue
Block a user