-
Notifications
You must be signed in to change notification settings - Fork 6
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
在相對性能不足的手機上 10 s 影片拍攝會直接 crashing #753
Comments
Environment
|
The issue is reproducible on Google Play downloaded v0.34.1 |
The crash is caused by signing a very large serialized data with Web3. It's highly possible that the reason of crashing is directly tied to the size of string. The current signedTargets would contain the whole file content in base64 format which could be very large for video Capture. (about 10MB for 2s video on Exodus 1)
The actual reason of crashing is probably a Web3 upstream issue so I'm not planning to trace it further deep down. A quick and solid solution for us would be replace the base64 key with sha256sum like below.
|
210706 0.34.2 fix |
Description
10s 影片拍攝完後會一直跑圈圈 然後會直接 crashing app 沒有回應
Steps to Reproduce
原始相機配置為
FHD 格式
60 FPS
The text was updated successfully, but these errors were encountered: