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

Commit f77b91a5 authored by Jan Nordqvist's avatar Jan Nordqvist Committed by Android Git Automerger
Browse files

am 31355f64: am 835e0858: am 0e9e089b: am 4fcbabb2: am cb9c0940: Merge "Added...

am 31355f64: am 835e0858: am 0e9e089b: am 4fcbabb2: am cb9c0940: Merge "Added logging in a few error paths for wifi config installation." into mnc-dev

* commit '31355f64':
  Added logging in a few error paths for wifi config installation.
parents a5a53ed7 31355f64
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -669,6 +669,7 @@ public class WifiManager {
        try {
            return mService.getConfiguredNetworks();
        } catch (RemoteException e) {
            Log.w(TAG, "Caught RemoteException trying to get configured networks: " + e);
            return null;
        }
    }
@@ -1589,6 +1590,7 @@ public class WifiManager {
        try {
            return mService.buildWifiConfig(uriString, mimeType, data);
        } catch (RemoteException e) {
            Log.w(TAG, "Caught RemoteException trying to build wifi config: " + e);
            return null;
        }
    }