Skip to content
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

版本7.4.1.0异常反馈 #22

Open
sangsais opened this issue Mar 16, 2023 · 0 comments
Open

版本7.4.1.0异常反馈 #22

sangsais opened this issue Mar 16, 2023 · 0 comments

Comments

@sangsais
Copy link

异常报告
Attempt to invoke virtual method 'void android.os.Handler.removeCallbacksAndMessages(java.lang.Object)' on a null object reference

com.moyu.moyuapp.d.u.b.releaseFURender(PreprocessorFaceUnity.java:4)

使用方式:
public void releaseFURender() {
renderSwitch = false;
if (mGLHandler!=null) {
mGLHandler.post(() -> FURenderer.getInstance().release());
mGLHandler.removeCallbacksAndMessages(null);
mGLHandler = null;
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant