我是android开发的新手。 我们使用flutter开发我们的应用程序。 最近我们发现有一个错误。 当我们安装该应用程序后,并第一次拍照,该应用程序将崩溃。 这是日志
W/libEGL (14538): EGLNativeWindowType 0x79dd857010 disconnect failed
D/ViewRootImpl[MainActivity](14538): surface should not be released
W/libEGL (14538): EGLNativeWindowType 0x79d7690010 disconnect failed
E/ (14538): [ZeroHung]zrhung_get_config: Get config failed for wp[0x0008]
D/ZrHung.AppEyeUiProbe(14538): notify runnable to start.
D/ZrHung.AppEyeUiProbe(14538): restart watching
I/HwPhoneWindow(14538): updateLayoutParamsColor false mSpecialSet=true, mForcedNavigationBarColor=true, navigationBarColor=ff000000, mNavBarShow=true, mIsFloating=false
I/HwPhoneWindow(14538): updateLayoutParamsColor false mSpecialSet=true, mForcedNavigationBarColor=true, navigationBarColor=ff000000, mNavBarShow=true, mIsFloating=false
D/mali_winsys(14538): EGLint new_window_surface(egl_winsys_display *, void *, EGLSurfa

新手Android开发者在使用Flutter开发应用时遇到拍照后应用崩溃的问题。日志显示可能与EGLNativeWindowType disconnect失败和DartMessenger的Reply已提交有关。错误堆栈提到Kotlin版本更改可能是原因。

3146

被折叠的 条评论
为什么被折叠?



