1. d5f712b Only skip frames for local unwinds. by Christopher Ferris · 7 years ago
  2. fce1c3d Merge "Add support for non-virtual thunk." by Christopher Ferris · 7 years ago
  3. 519fafe Add support for non-virtual thunk. by Christopher Ferris · 7 years ago
  4. 106952b Merge "fs_mgr: support reading fstab based on ro.boot.hardware.platform" by Treehugger Robot · 7 years ago
  5. 5e2ac7e Merge "Use -Werror in system/core" by Treehugger Robot · 7 years ago
  6. 89fbca6 Use -Werror in system/core by Chih-Hung Hsieh · 8 years ago
  7. e23af11 Merge "Use -Werror in system/core/libnativebridge" by Chih-hung Hsieh · 7 years ago
  8. f5b555e fs_mgr: support reading fstab based on ro.boot.hardware.platform by Oleg Matcovschi · 7 years ago
  9. c7a7140 Merge "Move sp/pc not changing check into Unwinder." by Christopher Ferris · 7 years ago
  10. 6075fed Merge "Fix template support." by Christopher Ferris · 7 years ago
  11. 5cc1d67 Merge "zip_archive: Allow crc_out to be nullptr in Inflate." by Narayan Kamath · 7 years ago
  12. 6933bd6 Move sp/pc not changing check into Unwinder. by Christopher Ferris · 7 years ago
  13. 35042a3 Use -Werror in system/core/libnativebridge by Chih-Hung Hsieh · 7 years ago
  14. 63e748b Fix template support. by Christopher Ferris · 7 years ago
  15. 54723bf Merge "bootstat: Add another boot reason." by Treehugger Robot · 7 years ago
  16. 266282c bootstat: Add another boot reason. by James Hawkins · 7 years ago
  17. ddde8cf Merge "logcat: Note in help that regexps are Perl-compatible" by Treehugger Robot · 7 years ago
  18. 8896ec9 logcat: Note in help that regexps are Perl-compatible by Brendan Jackman · 7 years ago
  19. 9039610 Merge "Switch libbacktrace new unwinder." by Christopher Ferris · 7 years ago
  20. c42d2ba Switch libbacktrace new unwinder. by Christopher Ferris · 7 years ago
  21. 1cb78d3 zip_archive: Allow crc_out to be nullptr in Inflate. by Narayan Kamath · 7 years ago
  22. 9e789f8 Merge changes from topic "rs_vndk_step3" by Jae Shin · 7 years ago
  23. 3f9cccc Tests are run with proper namespace configs by their locations by Jiyong Park · 8 years ago
  24. 4164fb9 Fix: make vndk namespace visible for 2016 Pixes by Jiyong Park · 8 years ago
  25. bc95b5d vndk: remove vendor/lib from the search path of the 'vndk' namespace by Jiyong Park · 8 years ago
  26. 993d179 libz is back to LLNDK by Jiyong Park · 8 years ago
  27. daf0f93 Make the rs namespace visible by Jiyong Park · 8 years ago
  28. 1f2b55f Add libft2.so to ll-ndk for rs namespace by Justin Yun · 8 years ago
  29. f57cd39 Move libz vndk-sp from ll-ndk by Justin Yun · 8 years ago
  30. 8a17bf8 Merge "Only call one unwinder." by Christopher Ferris · 7 years ago
  31. 9efebc7 Merge changes Icdaf1cf1,I80ba5adb,I8de912c1 by Treehugger Robot · 7 years ago
  32. dd7a0fa Merge "fastboot should fail if it runs out of space while unzipping." by Treehugger Robot · 7 years ago
  33. fea6e57 Merge "Delete obsolete debuggerd references." by Treehugger Robot · 7 years ago
  34. 459ab14 Delete obsolete debuggerd references. by Josh Gao · 7 years ago
  35. 8e3cc2f Only call one unwinder. by Christopher Ferris · 7 years ago
  36. 59f92f2 Merge "Fix race condition between restart and stop/reset." by Tao Wu · 7 years ago
  37. 2d6fed2 fastboot should fail if it runs out of space while unzipping. by Elliott Hughes · 7 years ago
  38. 0302f0a Fix race condition between restart and stop/reset. by Tao Wu · 7 years ago
  39. 1de5992 Merge "bootstat: test: add error propagation for fastboot format userdata" by Mark Salyzyn · 7 years ago
  40. d081e47 bootstat: test: add error propagation for fastboot format userdata by Mark Salyzyn · 7 years ago
  41. 8171432 Merge changes I93b4210f,Ifdc1d4fd by Treehugger Robot · 7 years ago
  42. 8aea565 Merge "zip_archive: Make Inflate a public API." by Narayan Kamath · 7 years ago
  43. 5c5b378 Merge "zip_archive: generalize deflate method." by Narayan Kamath · 7 years ago
  44. c51a46e Merge "zip_archive: Remove unused ziparchive-host" by Narayan Kamath · 7 years ago
  45. da7cdf5 Merge changes Ia1c401b8,I571fb7da,I47999569 by Treehugger Robot · 7 years ago
  46. ba39cb1 Merge "libbacktrace: correctly number frames when skipping." by Treehugger Robot · 7 years ago
  47. ef7a51c Merge "Fix one race condition between start and stop." by Tao Wu · 7 years ago
  48. 8aa1be1 Fix one race condition between start and stop. by Tao Wu · 7 years ago
  49. acfecd9 libbacktrace: remove exit time destructors. by Josh Gao · 7 years ago
  50. 4958f19 libbacktrace: add benchmarks for Backtrace::Create, CreateNew. by Josh Gao · 7 years ago
  51. 0660cda libbacktrace: correctly number frames when skipping. by Josh Gao · 7 years ago
  52. b5910f2 libbacktrace: let the benchmark library decide iteration count. by Josh Gao · 7 years ago
  53. b12efb1 bootstat: handle a bad bit error rate issue with pstore by Mark Salyzyn · 8 years ago
  54. 3873b1d bootstat: better validation of battery level (shutdown,battery) by Mark Salyzyn · 8 years ago
  55. bce8c9c bootstat: Do not allow unknown boot reasons to land in first field. by Mark Salyzyn · 8 years ago
  56. 1a9bd89 bootstat: move boot reason validation transformation policy into subroutine. by Mark Salyzyn · 8 years ago
  57. fee7dcb bootstat: test: fix Its_Just_So_Hard_reboot by Mark Salyzyn · 7 years ago
  58. f355192 Merge "Add test for android::base::Split with a trailing empty part." by Tom Cherry · 7 years ago
  59. 75b2d2c Merge "init: fixed issues related to forking services" by Treehugger Robot · 7 years ago
  60. 351003a Add test for android::base::Split with a trailing empty part. by Tom Cherry · 7 years ago
  61. 5f422ec zip_archive: Make Inflate a public API. by Narayan Kamath · 7 years ago
  62. 94974ba zip_archive: Remove unused ziparchive-host by Narayan Kamath · 7 years ago
  63. 6ca2e8d zip_archive: generalize deflate method. by Narayan Kamath · 7 years ago
  64. 1b158b5 init: fixed issues related to forking services by Joe Tanen · 7 years ago
  65. d450f32 Merge changes I30d6b530,Ie2e5872a,I313cfef2,I87dfb6a0,I70709ba5 by Mark Salyzyn · 7 years ago
  66. 84f1a00 Merge "Allow stats buffer to be empty in liblog CTS." by Treehugger Robot · 7 years ago
  67. 6260cb7 bootstat: add shutdown,thermal,battery by Mark Salyzyn · 7 years ago
  68. 458508a bootstat: add reboot,2sec by Mark Salyzyn · 7 years ago
  69. f982e8e bootstat: test: check ro.boot.bootreason in some tests by Mark Salyzyn · 7 years ago
  70. ed3a62c bootstat: fix test regression (exec_background) by Mark Salyzyn · 7 years ago
  71. 1874242 bootstat: fix test regression (extra logging) by Mark Salyzyn · 7 years ago
  72. c103d99 Allow stats buffer to be empty in liblog CTS. by Yao Chen · 7 years ago
  73. f618dda Merge "Remove Foreground Boost CPUSet" by Elliott Hughes · 7 years ago
  74. aa50f1b Merge "Add an interface for stopping in certain maps." by Christopher Ferris · 7 years ago
  75. 4cd34d3 Merge "Remove PauseTiming/ResumeTiming calls." by Christopher Ferris · 7 years ago
  76. 43ef2bd Add an interface for stopping in certain maps. by Christopher Ferris · 7 years ago
  77. d7c5682 Merge "If the pc is set to zero, the unwind is done." by Christopher Ferris · 7 years ago
  78. 6aee026 Merge "libutils: Fix bug in strstr16." by Treehugger Robot · 7 years ago
  79. 52ff0a5 Merge "Don't use TEMP_FAILURE_RETRY on close()" by Treehugger Robot · 7 years ago
  80. ef5b2cf Remove PauseTiming/ResumeTiming calls. by Christopher Ferris · 7 years ago
  81. 9717101 Don't use TEMP_FAILURE_RETRY on close() by Nick Kralevich · 7 years ago
  82. f51d4dd libutils: Fix bug in strstr16. by Branislav Rankov · 7 years ago
  83. 01687f0 Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a am: 1c65e77e6d by Josh Gao · 7 years ago
  84. f57f35e Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a by Treehugger Robot · 7 years ago
  85. 74f0683 Merge "init: call umount unconditionally" am: b409e5e00b by Wei Wang · 7 years ago
  86. 8300ea4 Merge "init: call umount unconditionally" by Treehugger Robot · 7 years ago
  87. 6a62a12 Remove Foreground Boost CPUSet by Jake Weinstein · 7 years ago
  88. faf60bb init: call umount unconditionally by Wei Wang · 7 years ago
  89. 63d7dd6 If the pc is set to zero, the unwind is done. by Christopher Ferris · 7 years ago
  90. c147dc1 Merge "adb: fix erase-remove_if idiom." am: c2a2ecb7a5 by Josh Gao · 7 years ago
  91. b805db7 Merge "adb: fix erase-remove_if idiom." by Treehugger Robot · 7 years ago
  92. d17376e Merge "Add missing includes." am: 74e7c2f4bd by Dan Albert · 7 years ago
  93. 735a33f Merge "Add missing includes." by Treehugger Robot · 7 years ago
  94. 87e251e Merge changes I3e6e5a22,I6eb3f066 am: 75836d5e7f by Mark Salyzyn · 7 years ago
  95. 18b8986 Merge changes I3e6e5a22,I6eb3f066 by Treehugger Robot · 7 years ago
  96. 7b65534 Merge "libcutils: Fix thread ID on macOS" am: 6958506e82 by Christopher N. Hesse · 7 years ago
  97. b9926ea Merge "libcutils: Fix thread ID on macOS" by Treehugger Robot · 7 years ago
  98. 6883d15 Merge "Multiple bugfixes, small restructuring." am: 26b614ddf6 by Christopher Ferris · 7 years ago
  99. 5dc2c41 Merge "Multiple bugfixes, small restructuring." by Christopher Ferris · 7 years ago
  100. 3a47cd0 Merge changes from topic "rs_vndk_step2" am: 678efa25a6 by Jae Shin · 7 years ago