1. 734e378 Use -Werror in frameworks/native/cmds by Chih-Hung Hsieh · 7 years ago
  2. fee209d lshal: add Released column. by Yifan Hong · 7 years ago
  3. 22ea7b8 lshal: clean up ListCommand::fetchBinderized by Yifan Hong · 7 years ago
  4. 1243dde lshal: ListCommand::getPidInfo should be cached. by Yifan Hong · 7 years ago
  5. 7a3b46c lshal: fix tests on implementation by Yifan Hong · 7 years ago
  6. 93b8bff lshal: omit description text in tests. by Yifan Hong · 7 years ago
  7. e3f88f1 lshal: add docs to Status. by Yifan Hong · 7 years ago
  8. d43d705 lshal: remove unused "break". by Yifan Hong · 7 years ago
  9. a6b93f0 lshal: register options for ListCommand. by Yifan Hong · 7 years ago
  10. 795b6ec lshal: Lshal register commands by Yifan Hong · 7 years ago
  11. a8bedc6 lshal: add HelpCommand by Yifan Hong · 7 years ago
  12. ded398e lshal: Add class Command. by Yifan Hong · 7 years ago
  13. 91e655d lshal: DISALLOW_COPY_AND_ASSIGN needs to be in private by Yifan Hong · 7 years ago
  14. 8bf7316 lshal: add tests for ListCommand::fetch* and dumpVintf by Yifan Hong · 7 years ago
  15. b2a2ecb lshal: Add tests for ListCommand::parseArgs by Yifan Hong · 7 years ago
  16. ca3b660 lshal: fix file streams for testing. by Yifan Hong · 7 years ago
  17. 76ac14a lshal: fix output streams for testing. by Yifan Hong · 7 years ago
  18. bf20a26 lshal: clean up tests by Yifan Hong · 7 years ago
  19. d4a77e8 lshal: remove ListCommand addLine by Yifan Hong · 7 years ago
  20. 2233882 lshal: fix potential out-of-range error. by Yifan Hong · 7 years ago
  21. 05494a5 lshal: table columns affected by arg order. by Yifan Hong · 7 years ago
  22. 1bc1e9f lshal: pretty print table. by Yifan Hong · 7 years ago
  23. 45a0ead lshal: add help message for --neat by Yifan Hong · 7 years ago
  24. 77c8782 Fix minor version bump reflected in lshal --init-vintf by Yifan Hong · 7 years ago
  25. 236301c Fix incorrect bitness for lshal --init-vintf by Yifan Hong · 7 years ago
  26. 2410cd1 Merge "Add pids for processes that dlopens implementations" by Treehugger Robot · 7 years ago
  27. f2d557b Add pids for processes that dlopens implementations by Yifan Hong · 7 years ago
  28. d8e2019 Add thread usage output to lshal. by Steven Moreland · 7 years ago
  29. 6da0691 Add lshal --neat option by Yifan Hong · 7 years ago
  30. 61fb7bc Actually remove dead processes from lshal by Yifan Hong · 7 years ago
  31. 9881df9 Add tests to lshal. by Yifan Hong · 7 years ago
  32. 48dc9f8 Add `lshal debug` command. by Yifan Hong · 7 years ago
  33. 443df79 Lshal: support commands. by Yifan Hong · 7 years ago
  34. 5cf6378 lshal: remove "// static" comments by Steven Moreland · 7 years ago
  35. 06ceb02 Fix lshal --init-vintf may have empty <instance> tags. by Yifan Hong · 7 years ago
  36. 6fb3510 Lshal: note debug in help by Steven Moreland · 7 years ago
  37. 8f72688 Remove redundant dependencies by Steven Moreland · 7 years ago
  38. 9ee841f Fix lshal not to squash HAL entries incorrectly. by Yifan Hong · 8 years ago
  39. dd31594 Merge "Update to allow multiple HALs in a manifest." by Yifan Hong · 8 years ago
  40. a46e2f8 Update to allow multiple HALs in a manifest. by Yifan Hong · 8 years ago
  41. fab4ea3 lshal --init-vintf stripped <impl> tag. by Yifan Hong · 8 years ago
  42. 28d3591 Enable --debug option for "lshal" command. by Andreas Huber · 8 years ago
  43. 8db626d Merge "lshal: --init-vintf exclude system hals" by Treehugger Robot · 8 years ago
  44. 9b6cd60 lshal: --init-vintf exclude system hals by Steven Moreland · 8 years ago
  45. 56d2d51 Update re hwservicemanager debugDump semantics. by Steven Moreland · 8 years ago
  46. 3fdbd9f Update to use bitness info in VINTF. by Yifan Hong · 8 years ago
  47. 8ab3bee Fix forEachTable will copy the table. by Yifan Hong · 8 years ago
  48. 1071c1b lshal: update descriptions in output. by Yifan Hong · 8 years ago
  49. a3b8709 lshal: Put more description to output by Yifan Hong · 8 years ago
  50. b447902 lshal: also list libraries in 32-bit. by Yifan Hong · 8 years ago
  51. 4b86549 lshal --vintf to create a skeleton hal manifest. by Yifan Hong · 8 years ago
  52. 9b5c15d lshal: separate timeout for hwservicemanager list by Steven Moreland · 8 years ago
  53. a57dffb lshal: Fix timeout causes unexpected exits. by Yifan Hong · 8 years ago
  54. 38903c0 Fix lshal cannot be run without root by Yifan Hong · 8 years ago
  55. ae09a3d lshal: Add option to print cmd lines instead of pids. by Yifan Hong · 8 years ago
  56. e2dadf0 lshal: Add timeout for IPC calls. by Yifan Hong · 8 years ago
  57. 38d53e0 lshal: Allow selecting columns and sorting by column. by Yifan Hong · 8 years ago
  58. b0dde93 lshal: Refactor lshal to use an Lshal class; combined instance column with interface column by Yifan Hong · 8 years ago
  59. b7ddc9e Dump client PIDs for passthrough HALs. by Yifan Hong · 8 years ago
  60. b24760f Fix permissions for lshal by Yifan Hong · 8 years ago
  61. f4bee84 lshal: print pids of client processes. by Yifan Hong · 8 years ago
  62. 6a25701 Do not -1 for lshal. by Yifan Hong · 8 years ago
  63. 85dd3ad Add an lshal command. by Yifan Hong · 8 years ago