We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2140d1d + d585729 commit e577327Copy full SHA for e577327
1 file changed
wifi/java/android/net/wifi/WifiWatchdogStateMachine.java
@@ -881,6 +881,9 @@ private boolean doArpTest(int type) {
881
//test to avoid any wifi connectivity issues
882
loge("ARP test initiation failure: " + se);
883
success = true;
884
+ } catch (IllegalArgumentException ae) {
885
+ log("ARP test initiation failure: " + ae);
886
+ success = true;
887
}
888
889
return success;
0 commit comments