-
Notifications
You must be signed in to change notification settings - Fork 212
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
持续使用drawBitmap导致内存泄露 #90
Comments
是每次都创建一个新的bitmap吗?试一下能不能只用invalidateTextureContent来触发? |
我试过。还是会。循环1w次。内存3G多 |
可以贴一下代码吗? |
就是你写的那个drawtext |
你试着绘制久一点,短时间没事,时间长了。就。。 |
我是小米10,用的也是最新的。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
持续使用drawBitmap导致内存泄露,从而导致App程序自杀
The text was updated successfully, but these errors were encountered: