【发布时间】:2020-07-28 00:27:32
【问题描述】:
chrome 更新后我的应用崩溃了
我的应用使用了一些 youtube 库 here is the link I`m using
它会在我的应用中显示 youtube 视频
第一次我不知道为什么我的应用会关闭
然后我一直在看日志
然后我意识到有这样的事情
I/chromium( 9537): [INFO:CONSOLE(384)] "Unrecognized feature: 'picture-in-picture'.", source:
https://s.ytimg.com/yts/jsbin/www-widgetapi-vfltpcih3/www-widgetapi.js (384)
D/SensorManager( 9537): registerListener :: 19, Samsung Game Rotation Vector, 16666, 0,
E/chromium( 9537): [ERROR:validation_errors.cc(76)] Invalid message:
VALIDATION_ERROR_DESERIALIZATION_FAILED (content.mojom.SynchronousCompositorControlHost.0 )
E/chromium( 9537): [ERROR:render_process_host_impl.cc(4867)] Terminating render process for bad Mojo
message: Received bad user message: Validation failed for
content.mojom.SynchronousCompositorControlHost.0 [VALIDATION_ERROR_DESERIALIZATION_FAILED
(content.mojom.SynchronousCompositorControlHost.0 )
E/chromium( 9537): [ERROR:bad_message.cc(27)] Terminating renderer for bad IPC message, reason 123
D/SensorManager( 9537): unregisterListener :: 19, Samsung Game Rotation Vector,
E/chromium( 9537): [ERROR:aw_browser_terminator.cc(125)] Renderer process (10055) crash detected
(code -1).
E/chromium( 9537): [ERROR:aw_browser_terminator.cc(90)] Render process (10055) kill (OOM or update)
wasn't handed by all associated webviews, killing application.
Lost connection to device.
“铬”和“浏览器”似乎有问题
然后我搜索它是“chrome”之类的东西
在另一台设备更新 chrome 之后它也崩溃了(就在它工作之前)
所以我100%确定
flutter 制作的应用
我真的需要帮助,我处于紧急情况 用户离开
【问题讨论】:
标签: android google-chrome flutter flutter-web