summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cerqueira <ricardo@cyngn.com>2015-11-05 14:48:39 +0000
committerRicardo Cerqueira <ricardo@cyngn.com>2015-11-05 14:48:39 +0000
commit1475139bf2c2727bc0dde5cf50cfc3d2278f2542 (patch)
tree94ebf4bc0b237fe778ee008c6b6b22f3d01e207c
parent76502788598a85d24b9ae3e253016a9370c49a42 (diff)
parent9fc9da2b2d8837165f0fc3819d702959c367299f (diff)
downloadandroid_frameworks_opt_net_ethernet-1475139bf2c2727bc0dde5cf50cfc3d2278f2542.tar.gz
android_frameworks_opt_net_ethernet-1475139bf2c2727bc0dde5cf50cfc3d2278f2542.tar.bz2
android_frameworks_opt_net_ethernet-1475139bf2c2727bc0dde5cf50cfc3d2278f2542.zip
Merge tag 'android-6.0.0_r26' into cm-13.0
Android 6.0.0 release 26
-rw-r--r--java/com/android/server/ethernet/EthernetNetworkFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/server/ethernet/EthernetNetworkFactory.java b/java/com/android/server/ethernet/EthernetNetworkFactory.java
index 4503197..6074dda 100644
--- a/java/com/android/server/ethernet/EthernetNetworkFactory.java
+++ b/java/com/android/server/ethernet/EthernetNetworkFactory.java
@@ -396,7 +396,7 @@ class EthernetNetworkFactory {
}
}
}
- } catch (RemoteException e) {
+ } catch (RemoteException|IllegalStateException e) {
Log.e(TAG, "Could not get list of interfaces " + e);
}
}