1. 603188e liblog: remove LOGGER_LOCAL by Tom Cherry · 6 years ago
  2. 046dc32 Merge "liblog: convert README to markdown" by Treehugger Robot · 6 years ago
  3. c05f2c7 liblog: convert README to markdown by Tom Cherry · 6 years ago
  4. dd88a26 Use the existing .clang-format-2 for liblog by Tom Cherry · 6 years ago
  5. f98327f Merge "logd: improve logd prune" by Tom Cherry · 6 years ago
  6. 1530e7c logd: improve logd prune by Jintao Zhu · 6 years ago
  7. f795e00 improve LogBufferElement copy constructor by Jintao Zhu · 6 years ago
  8. 491b824 Fix null pointer dereference in auditParse by Dan Austin · 6 years ago
  9. 5535349 Stop using __STRING unnecessarily. by Elliott Hughes · 6 years ago
  10. 3e6f9d8 logd: fix memory leak due to slow reader by Jintao_Zhu · 6 years ago
  11. b0cb734 Merge "Add missing <android/log.h> documentation." by Elliott Hughes · 6 years ago
  12. cfec0ad Add missing <android/log.h> documentation. by Elliott Hughes · 6 years ago
  13. 6a207b1 Convert more modules to Android.bp by Dan Willemsen · 6 years ago
  14. e294420 Merge "liblog: Fix memory leaks" by Treehugger Robot · 6 years ago
  15. 60bf9c7 Merge pie-platform-release to aosp-master - DO NOT MERGE by Bill Yi · 6 years ago
  16. 3d92dbb Merge "logcat: include 'kernel' and 'security' buffers in logcat --help" by Treehugger Robot · 6 years ago
  17. b3b7f66 logcat: include 'kernel' and 'security' buffers in logcat --help by Tom Cherry · 6 years ago
  18. 38656ef logd: clear timeout if no start time is given by Tom Cherry · 6 years ago
  19. 06e478b logd: rework logic for LogTimeEntry by Tom Cherry · 6 years ago
  20. 4e2d856 Merge "Add noexcept to move constructors and assignment operators." by Chih-hung Hsieh · 6 years ago
  21. 96aeb62 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  22. 32851b2 liblog: Fix memory leaks by George Burgess IV · 6 years ago
  23. c541987 Declare __fake_use_va_args as a constexpr function. by Chih-Hung Hsieh · 6 years ago
  24. abe7650 Merge "liblog#__android_log_btwrite__android_logger_list_read fail" by Tom Cherry · 6 years ago
  25. 090fba2 Merge "Suppress implicit-fallthrough warnings." by Chih-hung Hsieh · 6 years ago
  26. 6d46142 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  27. e4b5cc1 liblog#__android_log_btwrite__android_logger_list_read fail by Yuxian Xu · 6 years ago
  28. 1d0081f logcat: Fix buffer size by Greg Kaiser · 6 years ago
  29. 8b58417 logcat: fix print of logcat -g by Wei Wang · 6 years ago
  30. 5296cea Merge "logd: crash dumps on userdebug only" by Treehugger Robot · 6 years ago
  31. 45b4968 logd: crash dumps on userdebug only by Mark Salyzyn · 6 years ago
  32. 9ff8155 Replace (unsigned) short with (u)int16_t. by Chih-Hung Hsieh · 6 years ago
  33. ad8ca68 Merge "liblog: Add functions to reset log context" am: a34a54e8a9 by Suren Baghdasaryan · 6 years ago
  34. a34a54e Merge "liblog: Add functions to reset log context" by Treehugger Robot · 6 years ago
  35. 230ddbd liblog: Add functions to reset log context by Suren Baghdasaryan · 6 years ago
  36. bf6c031 Merge "Suppress gnu-zero-variadic-macro-arguments warning." am: ff01e54285 by Chih-Hung Hsieh · 6 years ago
  37. bff0dfa Suppress gnu-zero-variadic-macro-arguments warning. by Chih-Hung Hsieh · 6 years ago
  38. 2f15588 Merge "Declare __fake_use_va_args as a variadic function." am: e352a75b90 by Chih-Hung Hsieh · 6 years ago
  39. b19450a Declare __fake_use_va_args as a variadic function. by Chih-Hung Hsieh · 6 years ago
  40. e884ed7 Merge "Declare __FAKE_USE_VA_ARGS as a variadic function." am: 835d76496d by Chih-hung Hsieh · 6 years ago
  41. b891df8 Declare __FAKE_USE_VA_ARGS as a variadic function. by Chih-Hung Hsieh · 6 years ago
  42. 6620b30 Merge "Use __VA_ARGS__ when in clang static analyzer." am: f07dbdd022 by Chih-hung Hsieh · 6 years ago
  43. eb39f2c Use __VA_ARGS__ when in clang static analyzer. by Chih-Hung Hsieh · 6 years ago
  44. 43ddcc0 Merge "[logd] Modernize codebase by replacing NULL with nullptr" am: 55a9d58735 by Yi Kong · 6 years ago
  45. ad8b1cb Merge "Remove execute bit for source files" am: 29dcc952e8 by Yi Kong · 6 years ago
  46. 39bee0a Merge "Modernize codebase by replacing NULL with nullptr" am: 9154fbc8df by Yi Kong · 6 years ago
  47. 55a9d58 Merge "[logd] Modernize codebase by replacing NULL with nullptr" by Yi Kong · 6 years ago
  48. 36feb15 [logd] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  49. 29dcc95 Merge "Remove execute bit for source files" by Yi Kong · 6 years ago
  50. 58a740f Remove execute bit for source files by Yi Kong · 6 years ago
  51. ab081c7 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  52. a6d0d5d Merge "add event log range for audioserver" am: 6f5d464fb9 by Eric Laurent · 6 years ago
  53. 248aa21 add event log range for audioserver by Eric Laurent · 6 years ago
  54. 2c12274 Merge changes from topic "mingw-clang" am: 8e87814da8 by Pirama Arumuga Nainar · 6 years ago
  55. 8e87814 Merge changes from topic "mingw-clang" by Treehugger Robot · 6 years ago
  56. 42dd15e Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 6 years ago
  57. 2becb82 Merge "Remove pstore case ibc.__pstore_append from CTS" am: bb7e81238f by Elliott Hughes · 6 years ago
  58. 65fbdf2 Remove pstore case ibc.__pstore_append from CTS by chenhg · 6 years ago
  59. fb25616 Merge "logd: remove failing test." am: dc0f5bc4f4 by Elliott Hughes · 6 years ago
  60. c8d83f6 logd: remove failing test. by Elliott Hughes · 6 years ago
  61. df06674 Merge "logcat: tidy "logcat.h"." am: 9040b888a6 by Elliott Hughes · 6 years ago
  62. ce377f8 logcat: tidy "logcat.h". by Elliott Hughes · 6 years ago
  63. c328307 Merge "Remove liblogcat." am: 28a3160c07 by Elliott Hughes · 6 years ago
  64. 442d858 Remove liblogcat. by Elliott Hughes · 6 years ago
  65. f94f8b4 Merge "logd: make behavior more consistent across builds." am: b7761b2673 by Elliott Hughes · 6 years ago
  66. 5e56371 logd: make behavior more consistent across builds. by Elliott Hughes · 6 years ago
  67. 9a6d908 Merge "logd: Stop calling prctl(PR_SET_KEEPCAPS, 1)" am: 7222199281 by Luis Hector Chavez · 6 years ago
  68. 0900311 logd: Stop calling prctl(PR_SET_KEEPCAPS, 1) by Luis Hector Chavez · 6 years ago
  69. 47bffe9 Merge "logd: Move the capabilities from file based to ambient" am: 28cd2a02b1 by Luis Hector Chavez · 6 years ago
  70. 93bcbe8 logd: Move the capabilities from file based to ambient by Luis Hector Chavez · 6 years ago
  71. b9b2655 Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master by Xin Li · 6 years ago
  72. 3c3e6bf Snap for 4824048 from 3949bddaf2a0192c076e5af4f5a606712bff83c2 to pi-release by android-build-team Robot · 6 years ago
  73. b8ec03f liblog: expect content only if ro.logd.kernel is enabled am: 3949bddaf2 by Mark Salyzyn · 6 years ago
  74. bc0ecf3 Merge "liblog: expect content only if ro.logd.kernel is enabled" am: 39d28f6504 by Mark Salyzyn · 6 years ago
  75. 87a5a77 Merge "liblog: expect content only if ro.logd.kernel is enabled" am: 39d28f6504 by Mark Salyzyn · 6 years ago
  76. 39d28f6 Merge "liblog: expect content only if ro.logd.kernel is enabled" by Treehugger Robot · 6 years ago
  77. 3949bdd liblog: expect content only if ro.logd.kernel is enabled by Mark Salyzyn · 6 years ago
  78. 027c687 liblog: expect content only if ro.logd.kernel is enabled by Mark Salyzyn · 6 years ago
  79. cd7c2c6 Merge "Build adbd for recovery" am: 7f30373a92 am: 781cff4f1f by Jiyong Park · 6 years ago
  80. 781cff4 Merge "Build adbd for recovery" am: 7f30373a92 by Jiyong Park · 6 years ago
  81. 7f30373 Merge "Build adbd for recovery" by Treehugger Robot · 6 years ago
  82. ba51c17 Merge "Work around b/24465209, do not pack relocation table." am: 6e92890135 by Chih-Hung Hsieh · 6 years ago
  83. 7c9b980 Merge "Work around b/24465209, do not pack relocation table." am: 6e92890135 by Chih-Hung Hsieh · 6 years ago
  84. 0f8e137 Work around b/24465209, do not pack relocation table. by Chih-Hung Hsieh · 6 years ago
  85. 9ae83a1 Merge "Work around b/24465209, do not use clang lld" am: 0be55ff203 by Chih-hung Hsieh · 6 years ago
  86. c0bad52 Build adbd for recovery by Jiyong Park · 6 years ago
  87. 48ee9b1 Merge "Work around b/24465209, do not use clang lld" am: 0be55ff203 by Chih-hung Hsieh · 6 years ago
  88. 0be55ff Merge "Work around b/24465209, do not use clang lld" by Chih-hung Hsieh · 6 years ago
  89. 8dcff20 Work around b/24465209, do not use clang lld by Chih-Hung Hsieh · 6 years ago
  90. 0c9022c Merge "Simplify code" am: fb925edd2d am: f4a8770cf6 by George Burgess IV · 6 years ago
  91. f4a8770 Merge "Simplify code" am: fb925edd2d by George Burgess IV · 6 years ago
  92. fb925ed Merge "Simplify code" by Treehugger Robot · 6 years ago
  93. 69be605 Merge "Mark as recovery_available: true" am: 9f6f8bf0dc am: 577dcd7434 by Jiyong Park · 6 years ago
  94. 577dcd7 Merge "Mark as recovery_available: true" am: 9f6f8bf0dc by Jiyong Park · 6 years ago
  95. 3d8ca6b Simplify code by George Burgess IV · 6 years ago
  96. ac945a2 Mark as recovery_available: true by Jiyong Park · 6 years ago
  97. 4266107 [automerger skipped] Merge changes from topic "hiddenapi-cherrypick" am: ca07738f28 by David Brazdil · 6 years ago
  98. 68e62cc [automerger skipped] Add event log tag for hidden API access logging. am: 6461210d8b by Mathew Inwood · 6 years ago
  99. 5093042 Merge changes from topic "hiddenapi-cherrypick" am: ca07738f28 by David Brazdil · 6 years ago
  100. 58d0d3a Add event log tag for hidden API access logging. am: 6461210d8b by Mathew Inwood · 6 years ago