错误:访问被拒绝找到属性“ vendor.gralloc.disable_ahardware_buffer”

时间:2019-05-29 15:42:42

标签: debugging flutter

我是一名高级初学者,可以自学,目前正在学习如何使用Flutter / Dart构建应用。更改我的代码以使网络映像居中之后,我在Visual Studio Code调试控制台中收到了以上消息。我正在用手机进行调试,代码在中心之前成功运行。我用谷歌搜索了带引号和不带引号的消息,用引号5个对我没有帮助的结果,不带引号10个不相关的结果。

我还能告诉你什么?谢谢您的帮助。

Built build\app\outputs\apk\debug\app-debug.apk.
Reloaded 1 of 440 libraries in 1,455ms.
I/OpenGLRenderer(29193): Initialized EGL, version 1.4
D/OpenGLRenderer(29193): Swap behavior 2
W/RenderThread(29193): type=1400 audit(0.0:1932): avc: denied { read } for name="u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=21490 scontext=u:r:untrusted_app:s0:c218,c256,c512,c768 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=0
E/libc    (29193): Access denied finding property "vendor.gralloc.disable_ahardware_buffer"
Reloaded 0 of 440 libraries in 359ms.```

1 个答案:

答案 0 :(得分:0)

检查评论,看来问题是通过重新启动应用程序解决的。鉴于此问题已通过运行重新启动得到解决,则很可能保留了可能导致该错误的应用程序状态。

使用给定的详细信息,很难确定导致此问题的原因。如果有人遇到类似错误,请在此处https://github.com/flutter/flutter/issues/

提交