Flutter 颤振升级问题,有大量不可理解的日志(但没有危害)

Flutter 颤振升级问题,有大量不可理解的日志(但没有危害),flutter,Flutter,我刚刚升级了Flitter,升级后我在控制台中获得了大量日志,这些日志对我来说毫无意义,我试图在互联网上搜索此类错误,但显然没有任何此类错误的痕迹:首先,你们可以帮助我尝试理解这些,以及如何进行调试,因为调试变得非常困难:我还必须提到,尽管它们不会阻止应用程序运行: I/HwPhoneWindow(25343): updateLayoutParamsColor false mSpecialSet=true, mForcedNavigationBarColor=true, navigationBa

我刚刚升级了Flitter,升级后我在控制台中获得了大量日志,这些日志对我来说毫无意义,我试图在互联网上搜索此类错误,但显然没有任何此类错误的痕迹:首先,你们可以帮助我尝试理解这些,以及如何进行调试,因为调试变得非常困难:我还必须提到,尽管它们不会阻止应用程序运行:

I/HwPhoneWindow(25343): updateLayoutParamsColor false mSpecialSet=true, mForcedNavigationBarColor=true, navigationBarColor=ff6451fe, mNavBarShow=true, mIsFloating=false
I/HwPhoneWindow(25343): updateLayoutParamsColor false mSpecialSet=true, mForcedNavigationBarColor=true, navigationBarColor=ff6451fe, mNavBarShow=true, mIsFloating=false 
V/InputMethodManager(25343): Reporting focus gain, without startInput
V/InputMethodManager(25343): Reporting focus gain, without startInput
同样,当我触摸屏幕上的任何地方时,我会得到以下信息:

W/HiTouch_PressGestureDetector(25343): Touch pointer move a lot. The moving distance of X is:2.0, limit is:51The moving distance of Y is:69.0, limit is:51

Below log also just appears am currently not sure of what is triggering this yet:
W/InputMethodManager(25343): startInputReason = 8
W/IInputConnectionWrapper(25343): getExtractedText on inactive InputConnection
W/IInputConnectionWrapper(25343): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(25343): requestCursorAnchorInfo on inactive InputConnection
D/ZrHung.AppEyeUiProbe(25343): stop checker.
W/libEGL  (25343): EGLNativeWindowType 0x755f41b010 disconnect failed
D/ViewRootImpl[MainActivity](25343): surface should not be released
D/FlutterView(25343): Detaching from a FlutterEngine: 
io.flutter.embedding.engine.FlutterEngine@486f178
W/InputMethodManager(25343): startInputReason = 3
W/IInputConnectionWrapper(25343): getExtractedText on inactive InputConnection
W/IInputConnectionWrapper(25343): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper(25343): requestCursorAnchorInfo on inactive InputConnection
W/libEGL  (25343): EGLNativeWindowType 0x75660d7010 disconnect failed
V/ActivityThread(25343): Handle window ActivityRecord{d450bd5 token=android.os.BinderProxy@c9b5ecf{com.example.cmed/com.example.cmed.MainActivity}} visibility: false
D/ZrHung.AppEyeUiProbe(25343): Current Activity:false
D/ZrHung.AppEyeUiProbe(25343): not watching, wait.
E/        (25343): [ZeroHung]zrhung_get_config: Get config failed for wp[0x0008]

正如我之前在评论中所说的,颤振
v1.12.13+修补程序.8有一个问题。该问题目前尚未解决,但您可以通过降级解决该问题:

run:

flutter version v1.12.13+hotfix.7

这是因为hotfix.8缺少日志过滤器

正如我之前在评论中所说的,flatter
v1.12.13+hotfix.8存在问题。该问题目前尚未解决,但您可以通过降级解决该问题:

run:

flutter version v1.12.13+hotfix.7

这是因为hotfix.8缺少日志过滤器

无论是谁查看它,显然,
v1.12.13+hotfix.8
中缺少过滤颤振日志。github提出了一个问题。无论是谁看到这个,显然,
v1.12.13+热修复程序8中缺少了过滤颤振日志。github提出了一个问题。