OSDN Git Service

Enable --debug option for "lshal" command.
authorAndreas Huber <andih@google.com>
Fri, 24 Mar 2017 20:14:11 +0000 (13:14 -0700)
committerAndreas Huber <andih@google.com>
Fri, 24 Mar 2017 20:15:05 +0000 (13:15 -0700)
commit28d35913d5324dd520d80d9b6afdd0698afa8fd4
tree8b1f81c1db89dda5c62f73dcabaab9e1b9525777
parent2cbfb0cda66efed5034d34d6cab079fc1a30703d
Enable --debug option for "lshal" command.

This calls into live binderized services and logs their "IBase::debug(...)"
output.

Bug: 36520620
Test: make, adb shell lshal, adb shell bugreport
Change-Id: Ida3b0c61eafd9f3de562a5df3af24bbaf383de22
cmds/lshal/Android.bp
cmds/lshal/Lshal.cpp
cmds/lshal/Lshal.h
cmds/lshal/PipeRelay.cpp [new file with mode: 0644]
cmds/lshal/PipeRelay.h [new file with mode: 0644]