OSDN Git Service

Add an lshal command.
authorYifan Hong <elsk@google.com>
Wed, 25 Jan 2017 22:20:34 +0000 (14:20 -0800)
committerYifan Hong <elsk@google.com>
Thu, 26 Jan 2017 07:08:49 +0000 (23:08 -0800)
commit85dd3ad89f26e8a28336ac3b2365fb896df7a0f6
treedce3f894d4a0472b1dbac89afacbfe73a949b8d7
parent24257dda488651ad2c05875761b9e9ad110975c5
Add an lshal command.

lshal lists services registered to the binderized
IServiceManager and all services available to the
passthrough IServiceManager as *.so libraries. It
also dumps the reference count for each service.

Bug: 34712252
Test: adb shell lshal
Change-Id: I9436a033cf736b8a8c307a2e87549c9db6379f3f
cmds/lshal/Android.bp [new file with mode: 0644]
cmds/lshal/lshal.cpp [new file with mode: 0644]