Merge "Allow dumpstate to call gpuservice over binder"
This commit is contained in:
commit
46522131db
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ binder_call(dumpstate, storaged)
|
|||
# Allow dumpstate to make binder calls to statsd
|
||||
binder_call(dumpstate, statsd)
|
||||
|
||||
# Allow dumpstate to talk to gpuservice over binder
|
||||
binder_call(dumpstate, gpuservice);
|
||||
|
||||
# Collect metrics on boot time created by init
|
||||
get_prop(dumpstate, boottime_prop)
|
||||
|
||||
|
|
Loading…
Reference in a new issue