History log of /frameworks/native/cmds/lshal/utils.h
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/utils.h
443df7932cedd88d523164ac7175fa19ec553c7b 10-May-2017 Yifan Hong <elsk@google.com> Lshal: support commands.

Support the following commands:
lshal list
lshal list -itrpc
lshal help
lshal help list
lshal list -h
lshal list --help

Test: run these commands
Bug: 37725279
Change-Id: I970fbc8d250d43f57e92f783229e0645d7e8df4e
/frameworks/native/cmds/lshal/utils.h