OSDN Git Service

dumpsys: add option to list hardware services.
authorSteven Moreland <smoreland@google.com>
Fri, 20 Jan 2017 23:24:51 +0000 (15:24 -0800)
committerSteven Moreland <smoreland@google.com>
Sat, 21 Jan 2017 02:59:03 +0000 (18:59 -0800)
commit6270dd1bf7f4a6eaa0e36b2cbb0f9bdd4790b5d8
tree2465f650b55037703a844fd630141154ee510c49
parent7ebfeb9d1c345b362a59973c9b12c1f045e8433a
dumpsys: add option to list hardware services.

This gives a convenient way to dump information about hidl services.
When hidl services dump information themselves as well, that dump will
be made here as well.

Bug: 33382892
Test: dumpsys_test, dumpsys --hw works as expected
Change-Id: Ib08b5d052e63ed6260035ee8d3ad3dac296202b1
cmds/dumpsys/Android.bp
cmds/dumpsys/dumpsys.cpp
cmds/dumpsys/dumpsys.h
cmds/dumpsys/main.cpp
cmds/dumpsys/tests/Android.bp
cmds/dumpsys/tests/dumpsys_test.cpp