Compare commits

...

2 Commits

Author SHA1 Message Date
pr2q9f4bp 527edf5f0f update 3
2 years ago
pr2q9f4bp a6be3e14ab update 2:edited file
2 years ago

@ -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