Flutter 控制台中有很多调试输出-在release应用程序中是否相同?

Flutter 控制台中有很多调试输出-在release应用程序中是否相同?,flutter,Flutter,在模拟器上进行调试时,IDE控制台中有很多mesage和所有类型的输出,例如 /chatty ( 5967): uid=10079(com.progect) RenderThread identical 10 lines E/eglCodecCommon( 5967): glUtilsParamSize: unknow param 0x000085b5 I/Ads ( 5967): This request is sent from a test device. W/Ads (

在模拟器上进行调试时,IDE控制台中有很多mesage和所有类型的输出,例如

/chatty  ( 5967): uid=10079(com.progect) RenderThread identical 10 lines
E/eglCodecCommon( 5967): glUtilsParamSize: unknow param 0x000085b5
I/Ads     ( 5967): This request is sent from a test device.
W/Ads     ( 5967): #004 The webview is destroyed. Ignoring action.
I/chatty  ( 5967): uid=10079(com.progect) identical 1 line
W/Ads     ( 5967): #004 The webview is destroyed. Ignoring action.
E/eglCodecCommon( 5967): glUtilsParamSize: unknow param 0x000085b5
I/chatty  ( 5967): uid=10079(com.progect) RenderThread identical 6 lines
E/eglCodecCommon( 5967): glUtilsParamSize: unknow param 0x000085b5
W/Ads     ( 5967): #004 The webview is destroyed. Ignoring action.
I/chatty  ( 5967): uid=10079(com.progect) identical 1 line
当应用程序发布时会是一样的吗?我不确定,但这类东西似乎会让一些人加载硬件,从这个角度来看,最好在发行版中压制它,不是吗