I'm getting a lot of weird messages when debugging my flutter app on my OnePlus 6. The messages appear when I click on buttons, swipe and so on. I'm on Android Pie.
Some of the messages:
E/libc (10995): Access denied finding property
"vendor.debug.egl.swapinterval"
W/1.gpu (10995): type=1400 audit(0.0:2806794): avc: denied { read } for
name="u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=21671
scontext=u:r:untrusted_app_27:s0:c512,c768
tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=0
E/libc (10995): Access denied finding property
"vendor.debug.egl.swapinterval"
E/libc (10995): Access denied finding property
"vendor.debug.egl.swapinterval"
E/libc (10995): Access denied finding property
"vendor.debug.egl.swapinterval"
E/libc (10995): Access denied finding property
"vendor.debug.egl.swapinterval"
W/1.gpu (10995): type=1400 audit(0.0:2806805): avc: denied { read } for
How do I get rid of them, the app seems to work fine. It's hard to read print() messages with all this clutter.