|
@@ -513,7 +513,7 @@ public class ImageRecoverViewModel extends BaseViewModel {
|
|
|
public void onError(@NonNull Throwable throwable) {
|
|
public void onError(@NonNull Throwable throwable) {
|
|
|
showLoadingEvent.setValue(false);
|
|
showLoadingEvent.setValue(false);
|
|
|
ToastUtil.show(throwable.getMessage(), ToastUtil.LENGTH_SHORT);
|
|
ToastUtil.show(throwable.getMessage(), ToastUtil.LENGTH_SHORT);
|
|
|
- BuglyHelper.postCatchedException(throwable);
|
|
|
|
|
|
|
+ BuglyHelper.postCatchedException(new Exception("图片删除:", throwable));
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
@@ -576,7 +576,7 @@ public class ImageRecoverViewModel extends BaseViewModel {
|
|
|
}, throwable -> {
|
|
}, throwable -> {
|
|
|
showLoadingEvent.setValue(false);
|
|
showLoadingEvent.setValue(false);
|
|
|
ToastUtil.show(throwable.getMessage(), ToastUtil.LENGTH_SHORT);
|
|
ToastUtil.show(throwable.getMessage(), ToastUtil.LENGTH_SHORT);
|
|
|
- BuglyHelper.postCatchedException(throwable);
|
|
|
|
|
|
|
+ BuglyHelper.postCatchedException(new Exception("图片导出:", throwable));
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
|