Как решить Access denied находить свойства "camera.aux.packagelist" и W / Gralloc3: allocator 3.x не поддерживается "ошибки? - PullRequest
0 голосов
/ 16 апреля 2020

Я получаю эти ошибки "Доступ запрещен при поиске свойства" camera.aux.packagelist "" при использовании камеры 2 api в android studio. Это не создает некоторые сбои и камера работает, но все же, что это за ошибки и как их исправить?

Также, как решить ошибку "W / Gralloc3: allocator 3.x не поддерживается"? Я предоставил журналы ниже.

E/libc: Access denied finding property "camera.aux.packagelist"
W/le.ocrdetection: type=1400 audit(0.0:5957056): avc: denied { read } for name="u:object_r:camera_prop:s0" dev="tmpfs" ino=13808 scontext=u:r:untrusted_app:s0:c187,c257,c512,c768 tcontext=u:object_r:camera_prop:s0 tclass=file permissive=0
E/libc: Access denied finding property "camera.aux.packagelist"
    Access denied finding property "camera.aux.packagelist"
W/le.ocrdetection: type=1400 audit(0.0:5957058): avc: denied { read } for name="u:object_r:camera_prop:s0" dev="tmpfs" ino=13808 scontext=u:r:untrusted_app:s0:c187,c257,c512,c768 tcontext=u:object_r:camera_prop:s0 tclass=file permissive=0
W/CameraManagerGlobal: [soar.cts] ignore the status update of camera: 2
W/le.ocrdetection: type=1400 audit(0.0:5957059): avc: denied { read } for name="u:object_r:camera_prop:s0" dev="tmpfs" ino=13808 scontext=u:r:untrusted_app:s0:c187,c257,c512,c768 tcontext=u:object_r:camera_prop:s0 tclass=file permissive=0
E/libc: Access denied finding property "camera.aux.packagelist"
W/CameraManagerGlobal: [soar.cts] ignore the status update of camera: 3
W/le.ocrdetection: type=1400 audit(0.0:5957060): avc: denied { read } for name="u:object_r:camera_prop:s0" dev="tmpfs" ino=13808 scontext=u:r:untrusted_app:s0:c187,c257,c512,c768 tcontext=u:object_r:camera_prop:s0 tclass=file permissive=0
E/libc: Access denied finding property "camera.aux.packagelist"
W/CameraManagerGlobal: [soar.cts] ignore the status update of camera: 4
E/libc: Access denied finding property "camera.aux.packagelist"
W/CameraManagerGlobal: [soar.cts] ignore the status update of camera: 5
E/libc: Access denied finding property "camera.aux.packagelist"
E/libc: Access denied finding property "camera.aux.packagelist"
    Access denied finding property "camera.aux.packagelist"
W/CameraManagerGlobal: ignore the torch status update of camera: 3
E/libc: Access denied finding property "camera.aux.packagelist"
W/CameraManagerGlobal: ignore the torch status update of camera: 4
I/Screen: height :2037
    width :1080
D/TextureView: TextureView Width : 1080 TextureView Height : 1440
E/libc: Access denied finding property "persist.vendor.camera.privapp.list"
E/libc: Access denied finding property "camera.aux.packagelist"
E/libc: Access denied finding property "camera.aux.packagelist"
W/Gralloc3: allocator 3.x is not supported```
...