Bug: 254378739 Test: boot, camera, google map, play youtube Change-Id: If8ee7c64c0f7534a7e918f36a0e785b0ee9cd11f
9 lines
323 B
Text
9 lines
323 B
Text
type gxp_logging, domain;
|
|
type gxp_logging_exec, exec_type, vendor_file_type, file_type;
|
|
init_daemon_domain(gxp_logging)
|
|
|
|
# The logging service accesses /dev/gxp
|
|
allow gxp_logging gxp_device:chr_file rw_file_perms;
|
|
|
|
# Allow gxp tracing service to send packets to Perfetto
|
|
userdebug_or_eng(`perfetto_producer(gxp_logging)')
|