Implement dumpsys for BufferHubBinderService
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" Change-Id: Ie1386cde39ed973051734e63768216f1345a1945 Fixes: 115435506
Loading
Please register or sign in to comment