Loading wifi/java/android/net/wifi/WifiStateMachine.java +0 −2 Original line number Diff line number Diff line Loading @@ -1101,13 +1101,11 @@ public class WifiStateMachine extends StateMachine { } } catch (Exception e) { Log.e(TAG, "Error configuring interface " + intf + ", :" + e); setWifiApEnabled(null, false); return false; } if(mCm.tether(intf) != ConnectivityManager.TETHER_ERROR_NO_ERROR) { Log.e(TAG, "Error tethering on " + intf); setWifiApEnabled(null, false); return false; } return true; Loading Loading
wifi/java/android/net/wifi/WifiStateMachine.java +0 −2 Original line number Diff line number Diff line Loading @@ -1101,13 +1101,11 @@ public class WifiStateMachine extends StateMachine { } } catch (Exception e) { Log.e(TAG, "Error configuring interface " + intf + ", :" + e); setWifiApEnabled(null, false); return false; } if(mCm.tether(intf) != ConnectivityManager.TETHER_ERROR_NO_ERROR) { Log.e(TAG, "Error tethering on " + intf); setWifiApEnabled(null, false); return false; } return true; Loading