Loading services/java/com/android/server/MountService.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -642,8 +642,9 @@ class MountService extends IMountService.Stub } } private boolean doGetShareMethodAvailable(String method) { private boolean doGetShareMethodAvailable(String method) { ArrayList<String> rsp; try { try { ArrayList<String> rsp = mConnector.doCommand("share status " + method); rsp = mConnector.doCommand("share status " + method); } catch (NativeDaemonConnectorException ex) { } catch (NativeDaemonConnectorException ex) { Slog.e(TAG, "Failed to determine whether share method " + method + " is available."); Slog.e(TAG, "Failed to determine whether share method " + method + " is available."); return false; return false; Loading Loading
services/java/com/android/server/MountService.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -642,8 +642,9 @@ class MountService extends IMountService.Stub } } private boolean doGetShareMethodAvailable(String method) { private boolean doGetShareMethodAvailable(String method) { ArrayList<String> rsp; try { try { ArrayList<String> rsp = mConnector.doCommand("share status " + method); rsp = mConnector.doCommand("share status " + method); } catch (NativeDaemonConnectorException ex) { } catch (NativeDaemonConnectorException ex) { Slog.e(TAG, "Failed to determine whether share method " + method + " is available."); Slog.e(TAG, "Failed to determine whether share method " + method + " is available."); return false; return false; Loading