Merge "Allow perfetto to ingest logs on userdebug/eng" am: 985cb4a96a

am: 385e5c8bc4

Change-Id: I1b0bb898fd55b3f2547380343736727f96d00694
This commit is contained in:
Primiano Tucci 2019-01-11 06:18:56 -08:00 committed by android-build-merger
commit 018a26cc9a

View file

@ -66,10 +66,12 @@ allow traced_probes {
proc_stat
}:file r_file_perms;
# Allow access to the IHealth HAL service for tracing battery counters.
hal_client_domain(traced_probes, hal_health)
# On debug builds allow to ingest system logs into the trace.
userdebug_or_eng(`read_logd(traced_probes)')
###
### Neverallow rules
###