Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 7a0f33ea authored by Fan Xu's avatar Fan Xu
Browse files

Implement dumpsys for BufferHubBinderService

Relanding CL ag/5073949

Now you can run "adb shell dumpsys bufferhubd" to get information from
the bufferhubd binder service. Information from BufferHubService, which
is the PDX service, will also be dumped. If the PDX service is not
present, a message will indicate that.

Note that currently the binder service has no valuable info to share, so
this command actually only return the PDX service info.

Renaming the variable name in bufferhubd.cpp is for preventing
confusion. As during migrating we will have the binder service and pdx
service at the same time, distinguishing them is necessary while both of
them are called "bufferhubd service".

Adjust some newlines to meet 80-char column limit.

Test: "adb shell dumpsys bufferhubd"
Should out put the same as command
"adb shell pdx_tool --dump /dev/socket/pdx/system/buffer_hub/client"
"atest buffer_hub-test" passed.

Change-Id: Id8c38ae03dc3523fbfc2393ac9dabcff9c932e42
Fixes: 115435506
parent adb29b0a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment