Commit e5773274 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by android code review
Browse files

Merge "WifiWatchdog: handle exception from ArpPeer"

parents 2140d1de d5857291
......@@ -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 ae) {
log("ARP test initiation failure: " + ae);
success = true;
}
return success;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment