History log of /frameworks/native/cmds/lshal/ListCommand.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e86f70b474a9007b07fe22d0731d2789a2dc2cc4 20-Jun-2017 Yifan Hong <elsk@google.com> Fix minor version bump reflected in lshal --init-vintf

Test: lshal --init-vintf has no warnings, and power@1.1 / vibrator@1.1
is shown in output.

Bug: 62675393
Change-Id: I1ffd8b6dc7fcadcf7228cf2b8838e918bb3afe6b
Merged-In: I1ffd8b6dc7fcadcf7228cf2b8838e918bb3afe6b
/frameworks/native/cmds/lshal/ListCommand.cpp
97eda0c48f7c6d8c4f2808c36c39f540b4c1f182 19-Jun-2017 Yifan Hong <elsk@google.com> Fix incorrect bitness for lshal --init-vintf

Test: lshal --init-vintf, graphics.mapper has 32+64.

Change-Id: Ic586c8333064cc5636679ce8ad4e1231307191f4
Merged-In: Ic586c8333064cc5636679ce8ad4e1231307191f4
Fixes: 62675393
/frameworks/native/cmds/lshal/ListCommand.cpp
2410cd179d60b14ac9ad639a930a7b9c712b8463 26-May-2017 Treehugger Robot <treehugger-gerrit@google.com> Merge "Add pids for processes that dlopens implementations"
f2d557b619394d201cdf4571a20fa92480c9f7fd 25-May-2017 Yifan Hong <elsk@google.com> Add pids for processes that dlopens implementations

Test: lshal -itrpc
Test: lshal
Test: lshal --init-vintf
Test: lshal_test

Bug: 37639822
Change-Id: Ia415e5f8dbcd10f24e9a5cfdd591eb829a1da89e
/frameworks/native/cmds/lshal/ListCommand.cpp
d8e20191c2fa10a458b29bb06502487d704ba076 24-May-2017 Steven Moreland <smoreland@google.com> Add thread usage output to lshal.

This output shows how many threads are in use at a give time.

Test: lshal, manual
Bug: 35099601
Change-Id: I3a22bb131b828cdd77e73e7810229d9c68a496d3
/frameworks/native/cmds/lshal/ListCommand.cpp
6da06916211a1292ce83d5fa730cd8f805902b13 13-May-2017 Yifan Hong <elsk@google.com> Add lshal --neat option

... that doesn't output explanatory text and title line.

Test: lshal --neat
Test: lshal
Test: lshal --neat -itrpc

Change-Id: I269a5d284903dc0e9bc3be96379ed41aecea8ddb
Fixes: 38211518
/frameworks/native/cmds/lshal/ListCommand.cpp
61fb7bcecb6297d802dcb56d12bf107fa200640d 13-May-2017 Yifan Hong <elsk@google.com> Actually remove dead processes from lshal

Test: run lshal with and without the change

Change-Id: Id8c52a5be3253f5ff9c1cb851459a16e01ca5dda
Fixes: 35765788
/frameworks/native/cmds/lshal/ListCommand.cpp
9881df9717388f8740d2d7d2ac2e42eaf8bd85c9 10-May-2017 Yifan Hong <elsk@google.com> Add tests to lshal.

Test: lshal_test
Bug: 37954458
Change-Id: I1914e6274974ed5eb0ce2d655f1333d2344b49f5
/frameworks/native/cmds/lshal/ListCommand.cpp
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/ListCommand.cpp
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/ListCommand.cpp