1. 151b29d Fix logging in libsuspend by Steve Paik · 7 years ago
  2. a04e96a Merge "zip_archive: Fix a few more badly written tests." by Treehugger Robot · 7 years ago
  3. 1791bcb zip_archive: Fix a few more badly written tests. by Narayan Kamath · 7 years ago
  4. 170f617 Merge "debuggerd: restore the location of abort message." by Treehugger Robot · 7 years ago
  5. 09a83aa Merge "debuggerd: wait for dump completion on crashes." by Treehugger Robot · 7 years ago
  6. 76088a6 debuggerd: restore the location of abort message. by Josh Gao · 7 years ago
  7. 7d7226f debuggerd: wait for dump completion on crashes. by Josh Gao · 7 years ago
  8. e1bb36d Merge "Get rid of unneeded allocations in Extract...() APIs" by Narayan Kamath · 7 years ago
  9. 03eb8c7 Merge "zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49." by Narayan Kamath · 7 years ago
  10. 3b9c968 Merge "Add swillden and dkrahn to OWNERS" by Shawn Willden · 7 years ago
  11. e0f5357 Add swillden and dkrahn to OWNERS by Shawn Willden · 7 years ago
  12. 155a41f zip_archive: Fix tests broken by 1f93d71022cca7bb6bb9eec49. by Narayan Kamath · 7 years ago
  13. b953d81 Merge "Fix sanitizer errors in bootstat.cpp." by Ivan Lozano · 7 years ago
  14. 17ccbc6 Merge "Convert autosuspend_wakeup_count.c to cpp" by Treehugger Robot · 7 years ago
  15. c5ca7da Merge "Separate VNDK libs into another linker namespace" by Logan Chien · 7 years ago
  16. 21a61fb Convert autosuspend_wakeup_count.c to cpp by Steve Paik · 7 years ago
  17. 9e5e54f Merge "usblib: usb_device_get_string decoding fixes." by Andrew Chant · 7 years ago
  18. a9972c9 Merge "Add tool to save information from a process." by Christopher Ferris · 7 years ago
  19. dd58e00 Fix sanitizer errors in bootstat.cpp. by Ivan Lozano · 7 years ago
  20. 2f520b4 Merge "Use LOG_TAG instead of binary name as a tag." by Tomasz Wasilczyk · 7 years ago
  21. 18aae69 Add tool to save information from a process. by Christopher Ferris · 7 years ago
  22. 350aebc Merge "Add std::string StartsWith*/EndsWith* overloads." by Elliott Hughes · 7 years ago
  23. e24685d Use LOG_TAG instead of binary name as a tag. by Tomasz Wasilczyk · 7 years ago
  24. 0807197 Get rid of unneeded allocations in Extract...() APIs by Yurii Zubrytskyi · 7 years ago
  25. a9bab70 Add std::string StartsWith*/EndsWith* overloads. by Elliott Hughes · 7 years ago
  26. 8614157 Merge "base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test." by Treehugger Robot · 7 years ago
  27. 6770681 Merge "Only apply match if there is something to apply" by Tom Cherry · 7 years ago
  28. 5790df5 Merge "debuggerd: add pause time benchmark." by Treehugger Robot · 7 years ago
  29. 567f7c7 Merge "/vendor/lib/hw is removed from search paths for vendor default ns" by Treehugger Robot · 7 years ago
  30. 1723e52 base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test. by Josh Gao · 8 years ago
  31. 192f69b Only apply match if there is something to apply by Tom Cherry · 7 years ago
  32. 4817a01 debuggerd: add pause time benchmark. by Josh Gao · 7 years ago
  33. 3caf11e usblib: usb_device_get_string decoding fixes. by Andrew Chant · 7 years ago
  34. fb60717 Merge "Usage suggestions." by Treehugger Robot · 7 years ago
  35. adfcd2e Merge "libBacktraceOffline: improve unwinding callchains." by Yabin Cui · 7 years ago
  36. 00b9841 Merge "bootstat: Add tons of new boot reasons." by James Hawkins · 7 years ago
  37. 9f4272f Merge "Support partners to expose their own system libs to Android apps" by Treehugger Robot · 7 years ago
  38. c3d0d1d Support partners to expose their own system libs to Android apps by Jiyong Park · 7 years ago
  39. df4f7a8 /vendor/lib/hw is removed from search paths for vendor default ns by Jiyong Park · 7 years ago
  40. 0c51b0f Merge "Add suite component to test modules" by Treehugger Robot · 7 years ago
  41. 53b71fa Separate VNDK libs into another linker namespace by Logan Chien · 7 years ago
  42. 72214cd libBacktraceOffline: improve unwinding callchains. by Yabin Cui · 7 years ago
  43. de7ddfc Merge "Remove CompileTimeIfElse." by Treehugger Robot · 7 years ago
  44. a3f9ad5 Usage suggestions. by Steven Moreland · 7 years ago
  45. 34a8889 Merge "Create wrapper function for set_wakeup_callback" by Treehugger Robot · 7 years ago
  46. 03809f6 Remove CompileTimeIfElse. by Steven Moreland · 7 years ago
  47. 7b4034c Merge "unwindstack: add some perfunctory MemoryOffline tests." by Treehugger Robot · 7 years ago
  48. 7dde1b7 Merge "Reland "Have property_service create a serialized property_contexts file"" by Tom Cherry · 7 years ago
  49. b3c4950 bootstat: Add tons of new boot reasons. by James Hawkins · 7 years ago
  50. 5163914 Merge "Increased number of Android log lines for tombstones" by Elliott Hughes · 7 years ago
  51. 1f7c98d Create wrapper function for set_wakeup_callback by Steve Paik · 7 years ago
  52. 58f23bb Add suite component to test modules by Julien Desprez · 7 years ago
  53. 9c0a6a9 Merge "Do not use versioned VNDK directory in vendor partition" by Treehugger Robot · 7 years ago
  54. bee252b Increased number of Android log lines for tombstones by chirag honnavar · 8 years ago
  55. ba5f61b Merge "libbacktrace: export offline unwinding failures." by Yabin Cui · 7 years ago
  56. a5a3199 Merge "Fix issues in libunwindstack." by Christopher Ferris · 7 years ago
  57. c72aa1d Merge "crash_dump: fork a copy of the target's address space." by Josh Gao · 7 years ago
  58. b672fff unwindstack: add some perfunctory MemoryOffline tests. by Josh Gao · 7 years ago
  59. 84b1930 crash_dump: fork a copy of the target's address space. by Josh Gao · 8 years ago
  60. 4bff790 libbacktrace: export offline unwinding failures. by Yabin Cui · 7 years ago
  61. 2635e79 Fix issues in libunwindstack. by Christopher Ferris · 7 years ago
  62. 9d88a4a Merge "Fix LOG() messages to drop \n" by Treehugger Robot · 7 years ago
  63. a5ccc89 Merge "adb: disable checksum on new versions" by Treehugger Robot · 7 years ago
  64. ad85db2 Fix LOG() messages to drop \n by Steve Paik · 7 years ago
  65. 91654dc Merge "Re-format ld.config.*.txt files" by Treehugger Robot · 7 years ago
  66. aaf4244 Merge "Include what we use." by Treehugger Robot · 7 years ago
  67. 1552886 Merge "BENCHMARK_MAIN now requires a semicolon." by Elliott Hughes · 7 years ago
  68. ad71bea adb: disable checksum on new versions by Tim Murray · 7 years ago
  69. a561b4b Merge "Always check prefix matches array at each node" by Treehugger Robot · 7 years ago
  70. d1b69f6 Do not use versioned VNDK directory in vendor partition by Jiyong Park · 7 years ago
  71. a990d82 Re-format ld.config.*.txt files by Jiyong Park · 7 years ago
  72. 6168712 Merge "first stage mount: support mount points like /vendor/abc" by Treehugger Robot · 7 years ago
  73. 416336b Merge "android.hardware.graphics.allocator@2.0 is no longer VNDK-SP" by Logan Chien · 7 years ago
  74. 7131d29 BENCHMARK_MAIN now requires a semicolon. by Elliott Hughes · 7 years ago
  75. cb1904b Reland "Have property_service create a serialized property_contexts file" by Tom Cherry · 7 years ago
  76. 925c7ac first stage mount: support mount points like /vendor/abc by Bowgo Tsai · 7 years ago
  77. 9ae5262 Always check prefix matches array at each node by Tom Cherry · 7 years ago
  78. bd59464 Merge "Revert "Have property_service create a serialized property_contexts file"" by Tom Cherry · 7 years ago
  79. 732b719 Revert "Have property_service create a serialized property_contexts file" by Robert Greenwalt · 7 years ago
  80. a68b6fd Include what we use. by Dan Albert · 7 years ago
  81. 109c5e5 Merge "Add an extra set of test cases for libpropertyinfoparser" by Treehugger Robot · 7 years ago
  82. e13ffe8 android.hardware.graphics.allocator@2.0 is no longer VNDK-SP by Logan Chien · 7 years ago
  83. c4f2791 Merge "/vendor/priv-app is added to the permitted paths for the default ns" by Treehugger Robot · 7 years ago
  84. 5c3fd75 Merge "Fix asan permitted paths in the default namespace." by Vishwath Mohan · 7 years ago
  85. d53b371 Merge "Add VNDK version for namespace configuration files" by Treehugger Robot · 7 years ago
  86. 699633f Add an extra set of test cases for libpropertyinfoparser by Tom Cherry · 7 years ago
  87. 9f17e65 Add VNDK version for namespace configuration files by Justin Yun · 7 years ago
  88. ab08d9b Merge changes from topic "property-trie" by Tom Cherry · 7 years ago
  89. 3264213 Merge "Load versioned llndk.libraries.txt and vndksp.libraries.txt" by Treehugger Robot · 7 years ago
  90. f0f2b3f Load versioned llndk.libraries.txt and vndksp.libraries.txt by Justin Yun · 7 years ago
  91. d3cd67e Fix asan permitted paths in the default namespace. by Vishwath Mohan · 7 years ago
  92. 703dd59 Merge "Use normalize-path-list" by Treehugger Robot · 7 years ago
  93. a723ea4 Use normalize-path-list by Jiyong Park · 7 years ago
  94. 523bda6 Merge "Set $TMPDIR for `adb shell`." by Elliott Hughes · 7 years ago
  95. ae64995 Merge "ASAN: Remove old list of services" by Treehugger Robot · 7 years ago
  96. 5f7d135 Have property_service create a serialized property_contexts file by Tom Cherry · 7 years ago
  97. 2eb8df3 Parse property contexts via a serialized trie by Tom Cherry · 7 years ago
  98. d673496 Merge "Add libunwindstack support for Mips and Mips64" by Christopher Ferris · 7 years ago
  99. 1bf6c0b Merge "libBacktraceOffline: try both .debug_frame and .ARM.exidx on arm." by Yabin Cui · 7 years ago
  100. a6a9c9f ASAN: Remove old list of services by Andreas Gampe · 7 years ago