-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
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
在小米手机上测试发现进度条有问题,会导致闪退,测了两个小米手机同样问题 #38
Comments
是否有日志? |
原有的demo直接跑的,没有任何改动,而且在小米手机上点了暂停录制以后进度条还是在绘制,在小米8和小米9cc都是这样的
2020-08-11 18:50:14.389 13544-13544/com.aserbao.androidcustomcamera E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.aserbao.androidcustomcamera, PID: 13544
java.util.ConcurrentModificationException
at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966)
at java.util.LinkedList$ListItr.next(LinkedList.java:888)
at com.aserbao.androidcustomcamera.whole.record.ui.ProgressView.onDraw(ProgressView.java:153)
at android.view.View.draw(View.java:20234)
at android.view.View.updateDisplayListIfDirty(View.java:19109)
at android.view.View.draw(View.java:19962)
…------------------ 原始邮件 ------------------
发件人: "aserbao"<[email protected]>;
发送时间: 2020年8月11日(星期二) 晚上6:47
收件人: "aserbao/AndroidCamera"<[email protected]>;
抄送: "蛋蛋"<[email protected]>; "Author"<[email protected]>;
主题: Re: [aserbao/AndroidCamera] 在小米手机上测试发现进度条有问题,会导致闪退,测了两个小米手机同样问题 (#38)
是否有日志?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
ruguo'' |
如果你找到问题解决了的话,麻烦更新下demo,因为现在项目中使用了您的个别功能而且在基础上改进了很多,所以,麻烦您了
…------------------ 原始邮件 ------------------
发件人: "aserbao"<[email protected]>;
发送时间: 2020年8月11日(星期二) 晚上6:47
收件人: "aserbao/AndroidCamera"<[email protected]>;
抄送: "蛋蛋"<[email protected]>; "Author"<[email protected]>;
主题: Re: [aserbao/AndroidCamera] 在小米手机上测试发现进度条有问题,会导致闪退,测了两个小米手机同样问题 (#38)
是否有日志?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
搜一下ConcurrentModificationException 的解决方案,我这边没有小米8和小米9cc |
你好,请问你解决了 |
放弃了,bug很多,多个机型测试出现闪崩
…------------------ 原始邮件 ------------------
发件人: "yzn"<[email protected]>;
发送时间: 2020年9月4日(星期五) 上午10:18
收件人: "aserbao/AndroidCamera"<[email protected]>;
抄送: "蛋蛋"<[email protected]>; "Author"<[email protected]>;
主题: Re: [aserbao/AndroidCamera] 在小米手机上测试发现进度条有问题,会导致闪退,测了两个小米手机同样问题 (#38)
如果你找到问题解决了的话,麻烦更新下demo,因为现在项目中使用了您的个别功能而且在基础上改进了很多,所以,麻烦您了
…
------------------ 原始邮件 ------------------ 发件人: "aserbao"<[email protected]>; 发送时间: 2020年8月11日(星期二) 晚上6:47 收件人: "aserbao/AndroidCamera"<[email protected]>; 抄送: "蛋蛋"<[email protected]>; "Author"<[email protected]>; 主题: Re: [aserbao/AndroidCamera] 在小米手机上测试发现进度条有问题,会导致闪退,测了两个小米手机同样问题 (#38) 是否有日志? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
你好,请问你解决了
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
有好用的推荐么? |
No description provided.
The text was updated successfully, but these errors were encountered: