We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c584a24 + e577327 commit 46b29d8Copy full SHA for 46b29d8
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