1. a57dffb lshal: Fix timeout causes unexpected exits. by Yifan Hong · 9 years ago
  2. 38903c0 Fix lshal cannot be run without root by Yifan Hong · 9 years ago
  3. 1e4a7fb atrace: Don't output service lookup/notification errors. by Martijn Coenen · 9 years ago
  4. ae09a3d lshal: Add option to print cmd lines instead of pids. by Yifan Hong · 9 years ago
  5. e2dadf0 lshal: Add timeout for IPC calls. by Yifan Hong · 9 years ago
  6. 38d53e0 lshal: Allow selecting columns and sorting by column. by Yifan Hong · 9 years ago
  7. b0dde93 lshal: Refactor lshal to use an Lshal class; combined instance column with interface column by Yifan Hong · 9 years ago
  8. 2c3cd83 Revert "dumpsys: add option to list hardware services." by Steven Moreland · 9 years ago
  9. b7ddc9e Dump client PIDs for passthrough HALs. by Yifan Hong · 9 years ago
  10. b24760f Fix permissions for lshal by Yifan Hong · 9 years ago
  11. f4bee84 lshal: print pids of client processes. by Yifan Hong · 9 years ago
  12. 6a25701 Do not -1 for lshal. by Yifan Hong · 9 years ago
  13. 3ef54f2 Add permission bits to open calls with O_CREAT by George Burgess IV · 9 years ago
  14. 70a5f12 Merge "Replace strlen with arraysize in array bounds." by Treehugger Robot · 9 years ago
  15. 36cebe77 Replace strlen with arraysize in array bounds. by George Burgess IV · 9 years ago
  16. 1f2d5a9 Merge changes from topic 'lshal' by Yifan Hong · 9 years ago
  17. 5ccdab9 Add debugDump() to IServiceManager. by Yifan Hong · 9 years ago
  18. 85dd3ad Add an lshal command. by Yifan Hong · 9 years ago
  19. 76ddaeb Fix two bugs in external storage accounting. by Jeff Sharkey · 9 years ago
  20. 1593ef2 Add mode to open call with O_CREAT by George Burgess IV · 9 years ago
  21. a92616e Merge "Update atrace to work with tracefs, not debugfs" by Treehugger Robot · 9 years ago
  22. 6270dd1 dumpsys: add option to list hardware services. by Steven Moreland · 9 years ago
  23. 2cd93cc Update atrace to work with tracefs, not debugfs by Paul Lawrence · 9 years ago
  24. ab54f68 Add i2c tracing support to atrace by Michael Wright · 9 years ago
  25. 7bf5b95 Measure external storage using new GIDs. by Jeff Sharkey · 9 years ago
  26. 45270e1 Merge "First pass at updated cache clearing logic." by Jeff Sharkey · 9 years ago
  27. 57eb11e Merge "Clean up and simplify the logic in dexopt" by Calin Juravle · 9 years ago
  28. 134a719 Merge changes from topic 'kill_debuggerd' by Josh Gao · 9 years ago
  29. 7a570e8 Clean up and simplify the logic in dexopt by Calin Juravle · 9 years ago
  30. 88ddd94 First pass at updated cache clearing logic. by Jeff Sharkey · 9 years ago
  31. a693382 Merge "Add systrace details to storage measurements." by Jeff Sharkey · 9 years ago
  32. bfbe2d7 Merge "servicemanager: selinux: set selinux callbacks early" by Treehugger Robot · 9 years ago
  33. 466459b Add systrace details to storage measurements. by Jeff Sharkey · 9 years ago
  34. 989b812 dumpstate: use O_APPEND for anr file. by Josh Gao · 9 years ago
  35. d2db024 dumpstate: switch to using libdebuggerd_client. by Josh Gao · 9 years ago
  36. 93ba701 servicemanager: selinux: set selinux callbacks early by Sandeep Patil · 9 years ago
  37. 66b1a12 Handle devices without quota, speed up lookup. by Jeff Sharkey · 9 years ago
  38. 7a9059e Wrap all installd operations in lock. by Jeff Sharkey · 9 years ago
  39. 24ef15b Mask st_mode before comparing it. by Jeff Sharkey · 9 years ago
  40. 4eb1382 liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 9 years ago
  41. 53d36e4 Merge "Don't print error if we can't talk to hwservicemanager." by Treehugger Robot · 9 years ago
  42. 64d54eb Don't print error if we can't talk to hwservicemanager. by Martijn Coenen · 9 years ago
  43. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  44. 5cfc1c0 Merge "Added test cases to dumpsys." by Treehugger Robot · 9 years ago
  45. 6c207a7 Merge "Cleanup code given PATCHOAT_FOR_RELOCATION has been removed." by Treehugger Robot · 9 years ago
  46. 343175a Added test cases to dumpsys. by Felipe Leme · 9 years ago
  47. df2d754 Methods to calculate user and external disk usage. by Jeff Sharkey · 9 years ago
  48. 76cc027 Cleanup code given PATCHOAT_FOR_RELOCATION has been removed. by Richard Uhler · 9 years ago
  49. 4f8c1fd Merge "Pass the same fd when compiling due to boot image update." by Treehugger Robot · 9 years ago
  50. ca12228 Pass the same fd when compiling due to boot image update. by Nicolas Geoffray · 9 years ago
  51. f6ac848 Callback elision for HIDL interfaces. by Martijn Coenen · 9 years ago
  52. adddd98 Reference profiles use shared GID for user 0. by Jeff Sharkey · 9 years ago
  53. 3dfae0c Offer to measure disk stats using quotas. by Jeff Sharkey · 9 years ago
  54. a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  55. c47aa53 Merge "Update for hiding Status from Return<T> object." by Yifan Hong · 9 years ago
  56. 0363209 Update for hiding Status from Return<T> object. by Yifan Hong · 9 years ago
  57. 35b83df Only log restorecon changes for existing dirs. by Jeff Sharkey · 9 years ago
  58. 36a900a Remove ~1/3 of the installd calls at boot. by Jeff Sharkey · 9 years ago
  59. 2e6dc9b Handle invalid shared GIDs. by Jeff Sharkey · 9 years ago
  60. 228f4bd Merge "Make atrace not depend on /dev/hwbinder." by Treehugger Robot · 9 years ago
  61. 3c9a979 Merge "atrace: introduce tracing category for adb." by Josh Gao · 9 years ago
  62. a42866b Make atrace not depend on /dev/hwbinder. by Steven Moreland · 9 years ago
  63. 90aff26 Split all dexopt-related code into dexopt.cpp. by Jeff Sharkey · 9 years ago
  64. 468b4cb atrace: introduce tracing category for adb. by Josh Gao · 9 years ago
  65. 7be5ead Minor shuffling of installd error reporting. by Jeff Sharkey · 9 years ago
  66. 423e746 Return real error strings from installd. by Jeff Sharkey · 9 years ago
  67. fce768d Merge "service_manager.c: remove is_selinux_enabled calls" by Treehugger Robot · 9 years ago
  68. eb4d5cb service_manager.c: remove is_selinux_enabled calls by Nick Kralevich · 9 years ago
  69. f3e30b9 Filename refactoring, remove DEXOPT_OTA flag. by Jeff Sharkey · 9 years ago
  70. 6c2c056 Final push of installd to Binder; goodbye socket! by Jeff Sharkey · 9 years ago
  71. 475c6f9 Yet another set of installd Binder methods. by Jeff Sharkey · 9 years ago
  72. f69c024 Merge "Move more installd methods to Binder." by Jeff Sharkey · 9 years ago
  73. c1e93e7 Move more installd methods to Binder. by Jeff Sharkey · 9 years ago
  74. 4c93974 Revert "Move installd back to Android.mk." by Dan Willemsen · 9 years ago
  75. ecea1bf Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by Bill Yi · 9 years ago
  76. 0274c97 Shuffle installd Binder implementation around. by Jeff Sharkey · 9 years ago
  77. 95d9ac6 DO NOT MERGE. Check and restorecon cache/code_cache directories. by Jeff Sharkey · 9 years ago
  78. 7db6041 DO NOT MERGE. Recursively restorecon when SELinux label changes. by Jeff Sharkey · 9 years ago
  79. 4ed6507 DO NOT MERGE. Ignore setxattr() failures on tmpfs. by Jeff Sharkey · 9 years ago
  80. 9a998f4 DO NOT MERGE. Record "cache" inodes to clear while CE is locked. by Jeff Sharkey · 9 years ago
  81. 89c634b Merge "Check and write some error in atrace." am: 7b50c02030 by Yifan Hong · 9 years ago
  82. 7b50c02 Merge "Check and write some error in atrace." by Treehugger Robot · 9 years ago
  83. 5b62e60 Initial Binder interface for installd. am: 9087400f3c by Jeff Sharkey · 9 years ago
  84. db79260 Move installd back to Android.mk. am: 00b6f68c5c by Jeff Sharkey · 9 years ago
  85. 7726057 Merge changes from topic 'bind' by Jeff Sharkey · 9 years ago
  86. 61954a4 Check and write some error in atrace. by Yifan Hong · 9 years ago
  87. 9087400 Initial Binder interface for installd. by Jeff Sharkey · 9 years ago
  88. 00b6f68 Move installd back to Android.mk. by Jeff Sharkey · 9 years ago
  89. a7a0658 Merge "Fix includes; use IBase instead of IBinder." am: bd5dc9df53 by Yifan Hong · 9 years ago
  90. b8f9c06 Fix includes; use IBase instead of IBinder. by Yifan Hong · 9 years ago
  91. aa51c8c Merge "Check for errors for IServiceManager::get and list." am: a09202e9ac by Yifan Hong · 9 years ago
  92. 8cf4ed1 Check for errors for IServiceManager::get and list. by Yifan Hong · 9 years ago
  93. f118868 Merge "Adjust installd with new dexopt return values." am: b29c82b67e by Nicolas Geoffray · 9 years ago
  94. b29c82b Merge "Adjust installd with new dexopt return values." by Nicolas Geoffray · 9 years ago
  95. 920c60c Adjust installd with new dexopt return values. by Nicolas Geoffray · 9 years ago
  96. 87b2535 Merge "Fix clang static analyzer warnings." am: b10d705f51 by Manoj Gupta · 9 years ago
  97. b10d705 Merge "Fix clang static analyzer warnings." by Treehugger Robot · 9 years ago
  98. 7d7cd0c Merge "atrace: support HAL services as well." am: 1aea108920 by Martijn Coenen · 9 years ago
  99. ee9b97e atrace: support HAL services as well. by Martijn Coenen · 9 years ago
  100. 5b30ae1 Merge "atrace.rc: move to post-fs trigger" am: 3749a60b42 by Wei Wang · 9 years ago