| commit | 4d71d2913702fd5a6b6f84bdfae02f6ef1a14b24 | [log] [tgz] |
|---|---|---|
| author | Yifan Hong <elsk@google.com> | Tue May 09 19:33:08 2017 -0700 |
| committer | Yifan Hong <elsk@google.com> | Mon May 15 11:02:43 2017 -0700 |
| tree | 4e01e8d293bc355db565087b0b8984205c8ecc8a | |
| parent | 8388ba3e2ddaf703192946b0b7874cc2431f3dd7 [diff] |
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: 37725279
Change-Id: Ia2f4c9c0d3fb0a7bb26e76f01d02f49dc426e7f8
Merged-In: Ia2f4c9c0d3fb0a7bb26e76f01d02f49dc426e7f8