- Issue category: Scanning Framework
- Device type & OS version: Android (xiaomi redmi note 12 pro)
- Issue Environment : On Device
- ARDK version: 2.5
- Unity version: 2021.3.29f1
Description of the issue:
While processing a scan with detail mode, high mesh & texture quality, the processing is incredible long (10+ minutes) compared to on iOS. I noticed that the following warning is logged frequently during the processing state:
2024-02-26 12:20:18.332 21258 21258 Warn Thread-14 type=1400 audit(0.0:416126): avc: denied { getattr } for name="dmabuf:" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c86,c257,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0
The warning seems to be related to high-performance tasks performed by the ARDK. Does the ARDK require specific configurations or permissions on Android to prevent such SELinux warnings?
Thanks.