Merge "Allow dumpstate to call gpuservice over binder"

This commit is contained in:
Treehugger Robot 2018-11-15 15:54:41 +00:00 committed by Gerrit Code Review
commit 46522131db

View file

@ -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)