We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果压缩过程中出现异常,比如存储空间不够导致无法压缩,你直接屏蔽了异常,根本拿不到,app无法进行友好提示
The text was updated successfully, but these errors were encountered:
@szhupeng 你可以在返回false时候进行一些重试提示,对于异常内存不足、线程、图片压缩等异常暂时没有具体进行外抛,后一版本可放出来
Sorry, something went wrong.
这个应该是要放出来的,不然用户根本不知道异常的原因,无法排查
已经更新,版本v0.1.0 , 详情看 #38
No branches or pull requests
如果压缩过程中出现异常,比如存储空间不够导致无法压缩,你直接屏蔽了异常,根本拿不到,app无法进行友好提示
The text was updated successfully, but these errors were encountered: