Skip to content
Snippets Groups Projects
Commit 46522131 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Allow dumpstate to call gpuservice over binder"

parents f62362da 7c275a6b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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