| commit | 48dc9f8586c288e152bdd5e14423281764f8db5f | [log] [tgz] |
|---|---|---|
| author | Yifan Hong <elsk@google.com> | Tue May 09 19:33:08 2017 -0700 |
| committer | Yifan Hong <elsk@google.com> | Fri May 12 12:47:43 2017 -0700 |
| tree | fd168878fff560b5b8d4e3cd69408cf91ebea743 | |
| parent | 443df7932cedd88d523164ac7175fa19ec553c7b [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: 37954458
Change-Id: Ia2f4c9c0d3fb0a7bb26e76f01d02f49dc426e7f8