History log of /frameworks/native/cmds/lshal/DebugCommand.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
48dc9f8586c288e152bdd5e14423281764f8db5f 10-May-2017 Yifan Hong <elsk@google.com> Add `lshal debug` command.

Supported command:
lshal debug android.hardware.foo@1.0::IFoo option option

Test: adb unroot && lshal --debug ; echo $?
Test: adb unroot && lshal debug android.hardware.nfc@1.0::INfc ; echo $?
Test: adb root && lshal --debug ; echo $?
Test: adb root && lshal debug android.hardware.nfc@1.0::INfc ; echo $?

Bug: 37954458
Change-Id: Ia2f4c9c0d3fb0a7bb26e76f01d02f49dc426e7f8
/frameworks/native/cmds/lshal/DebugCommand.cpp