Skip to content
Snippets Groups Projects
Commit 018a26cc authored by Primiano Tucci's avatar Primiano Tucci Committed by android-build-merger
Browse files

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

am: 385e5c8b

Change-Id: I1b0bb898fd55b3f2547380343736727f96d00694
parents 0f72468a 385e5c8b
No related branches found
No related tags found
No related merge requests found
...@@ -66,10 +66,12 @@ allow traced_probes { ...@@ -66,10 +66,12 @@ allow traced_probes {
proc_stat proc_stat
}:file r_file_perms; }:file r_file_perms;
# Allow access to the IHealth HAL service for tracing battery counters. # Allow access to the IHealth HAL service for tracing battery counters.
hal_client_domain(traced_probes, hal_health) 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 ### Neverallow rules
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment