Compare commits

...

2 Commits

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

Loading…
Cancel
Save