12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
# goldfish logcat service: runs logcat -Q in logd domain
|
|
|
|
# See global logd.te, these only set for eng & userdebug, allow for all builds
|
|
|
|
domain_auto_trans(init, logcat_exec, logd)
|
|
|
|
# Read from logd.
|
|
read_logd(logd)
|
|
|
|
# Write to /dev/ttyS2 and /dev/ttyGF2.
|
|
allow logd serial_device:chr_file { write open };
|