Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46b29d8d authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android Git Automerger
Browse files

am e5773274: Merge "WifiWatchdog: handle exception from ArpPeer"

* commit 'e5773274':
  WifiWatchdog: handle exception from ArpPeer
parents c584a24b e5773274
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;