Merge "allow system_app domain to be profiled"
This commit is contained in:
commit
295d74b9e0
1 changed files with 4 additions and 0 deletions
|
@ -176,6 +176,10 @@ get_prop(system_app, oem_unlock_prop)
|
||||||
# Allow system apps to act as Perfetto producers.
|
# Allow system apps to act as Perfetto producers.
|
||||||
perfetto_producer(system_app)
|
perfetto_producer(system_app)
|
||||||
|
|
||||||
|
# TODO(b/217368496): remove this.
|
||||||
|
can_profile_heap(system_app)
|
||||||
|
can_profile_perf(system_app)
|
||||||
|
|
||||||
###
|
###
|
||||||
### Neverallow rules
|
### Neverallow rules
|
||||||
###
|
###
|
||||||
|
|
Loading…
Reference in a new issue