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

Commit 86bb2258 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android (Google) Code Review
Browse files

Merge "Fix system server restart" into jb-dev

parents 645eab64 bf3bf7cb
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 e) {
            // ArpPeer throws exception for IPv6 address
            success = true;
        }

        return success;