Game Driver Metrics: allow statsd to find GpuService am: ec27090048
am: ab17d26412
Change-Id: I43e7eb1c1c65a0e36e7a2c668f68c4134cc000e2
This commit is contained in:
commit
ef48c6e119
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ userdebug_or_eng(`
|
|||
binder_call(statsd, perfprofd)
|
||||
')
|
||||
binder_call(statsd, system_server)
|
||||
|
||||
# Allow statsd to interact with gpuservice
|
||||
allow statsd gpu_service:service_manager find;
|
||||
binder_call(statsd, gpuservice)
|
||||
|
||||
# Allow logd access.
|
||||
|
|
Loading…
Reference in a new issue