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

Commit bf3bf7cb authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Fix system server restart

Change-Id: Ia0b5e337726566ebc96901dadda3fc67eb967755
parent 04364be7
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;