Merge "Allow dumpstate to call idmap over binder" am: 4887b86a02

am: 834e85eed5

Change-Id: I1d715287029b3d7ae382f6c255453b47e7774098
This commit is contained in:
Joel Galenson 2018-12-06 09:31:37 -08:00 committed by android-build-merger
commit 2becd22c5b

View File

@ -34,6 +34,9 @@ binder_call(dumpstate, statsd)
# Allow dumpstate to talk to gpuservice over binder
binder_call(dumpstate, gpuservice);
# Allow dumpstate to talk to idmap over binder
binder_call(dumpstate, idmap);
# Collect metrics on boot time created by init
get_prop(dumpstate, boottime_prop)