Compare commits

..

2 Commits

@ -103,7 +103,7 @@ public class DataUtils {
return false; return false;
} }
return true; return true;
} catch (RemoteException e) { } catch (RemoteException e) {//远程问题
Log.e(TAG, String.format("%s: %s", e.toString(), e.getMessage())); Log.e(TAG, String.format("%s: %s", e.toString(), e.getMessage()));
} catch (OperationApplicationException e) { } catch (OperationApplicationException e) {
Log.e(TAG, String.format("%s: %s", e.toString(), e.getMessage())); Log.e(TAG, String.format("%s: %s", e.toString(), e.getMessage()));

Loading…
Cancel
Save