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

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
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;