1. 0de2ab8 Actually add right instant app boilerplate. by Tom Cherry · 5 years ago
  2. 3277848 Add "instant app" boilerplate. by Tom Cherry · 5 years ago
  3. 3b5f443 Merge "Convert Android.mk file to Android.bp" by Treehugger Robot · 5 years ago
  4. 05fb4f1 Merge "Read selinux_denial_metadata from /vendor" by Tri Vo · 5 years ago
  5. 3e671a5 DO NOT MERGE: Revert "Revert "Add dependencies on libprocessgroup for sched_policy users"" by Suren Baghdasaryan · 5 years ago
  6. 6a78714 Convert Android.mk file to Android.bp by Sasha Smundak · 5 years ago
  7. e71dbf7 DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy users" by Suren Baghdasaryan · 5 years ago
  8. 66d7b61 Read selinux_denial_metadata from /vendor by Tri Vo · 5 years ago
  9. e5c06e4 Merge changes from topic "move sched_policy functions" by Suren Baghdasaryan · 5 years ago
  10. 9fbe122 Merge "Add a version script for liblog for the platform" by Tom Cherry · 5 years ago
  11. bab6361 Add dependencies on libprocessgroup for sched_policy users by Suren Baghdasaryan · 6 years ago
  12. 9d70b18 Remove LOCAL_MODULE_TAGS := debug by Dan Willemsen · 6 years ago
  13. d3c83f6 Add a version script for liblog for the platform by Tom Cherry · 6 years ago
  14. 5203752 Statically link liblog to logd/logcat and their tests by Tom Cherry · 6 years ago
  15. 771acec Merge "Remove liblog/uio.c and <log/uio.h>" by Tom Cherry · 6 years ago
  16. 4c287a7 Merge "Remove __android_log_event_list and the reader aspect of android_log_event_list" by Tom Cherry · 6 years ago
  17. 440e035 Fix clang-tidy warnings in log_time.h by Bernie Innocenti · 6 years ago
  18. 4989899 Merge "logd: use .clang-format-4 like the rest of system/core" by Treehugger Robot · 6 years ago
  19. e78af0c Merge "Remove liblog's rate limiting" by Treehugger Robot · 6 years ago
  20. 55721f7 Merge "liblog: statically link tests" by Tom Cherry · 6 years ago
  21. 0d2f6bb Remove __android_log_event_list and the reader aspect of android_log_event_list by Tom Cherry · 6 years ago
  22. da912ba logd: use .clang-format-4 like the rest of system/core by Tom Cherry · 6 years ago
  23. ebebf69 Remove liblog/uio.c and <log/uio.h> by Tom Cherry · 6 years ago
  24. 07c41cd Merge "Use #pragma one for all liblog includes" by Tom Cherry · 6 years ago
  25. 62a4033 Merge "Remove <log/logd.h> and <log/logger.h>" by Treehugger Robot · 6 years ago
  26. e336018 Use #pragma one for all liblog includes by Tom Cherry · 6 years ago
  27. 467ceb4 Merge "Remove checks for _USING_LIBCXX" by Treehugger Robot · 6 years ago
  28. b796888 Remove liblog's rate limiting by Tom Cherry · 6 years ago
  29. bbe5aba Merge "Remove __ANDROID_USE_LIBLOG_* guards" by Treehugger Robot · 6 years ago
  30. 8df2008 Remove <log/logd.h> and <log/logger.h> by Tom Cherry · 6 years ago
  31. fecdad5 Remove __ANDROID_USE_LIBLOG_* guards by Tom Cherry · 6 years ago
  32. 6efe3ba Remove checks for _USING_LIBCXX by Tom Cherry · 6 years ago
  33. f623f02 liblog: convert to C++ by Tom Cherry · 6 years ago
  34. 18311e3 liblog: statically link tests by Tom Cherry · 6 years ago
  35. 603188e liblog: remove LOGGER_LOCAL by Tom Cherry · 6 years ago
  36. 046dc32 Merge "liblog: convert README to markdown" by Treehugger Robot · 6 years ago
  37. c05f2c7 liblog: convert README to markdown by Tom Cherry · 6 years ago
  38. dd88a26 Use the existing .clang-format-2 for liblog by Tom Cherry · 6 years ago
  39. f98327f Merge "logd: improve logd prune" by Tom Cherry · 6 years ago
  40. 1530e7c logd: improve logd prune by Jintao Zhu · 6 years ago
  41. f795e00 improve LogBufferElement copy constructor by Jintao Zhu · 6 years ago
  42. 491b824 Fix null pointer dereference in auditParse by Dan Austin · 6 years ago
  43. 5535349 Stop using __STRING unnecessarily. by Elliott Hughes · 6 years ago
  44. 3e6f9d8 logd: fix memory leak due to slow reader by Jintao_Zhu · 6 years ago
  45. b0cb734 Merge "Add missing <android/log.h> documentation." by Elliott Hughes · 6 years ago
  46. cfec0ad Add missing <android/log.h> documentation. by Elliott Hughes · 6 years ago
  47. 6a207b1 Convert more modules to Android.bp by Dan Willemsen · 6 years ago
  48. e294420 Merge "liblog: Fix memory leaks" by Treehugger Robot · 6 years ago
  49. 60bf9c7 Merge pie-platform-release to aosp-master - DO NOT MERGE by Bill Yi · 6 years ago
  50. 3d92dbb Merge "logcat: include 'kernel' and 'security' buffers in logcat --help" by Treehugger Robot · 6 years ago
  51. b3b7f66 logcat: include 'kernel' and 'security' buffers in logcat --help by Tom Cherry · 6 years ago
  52. 38656ef logd: clear timeout if no start time is given by Tom Cherry · 6 years ago
  53. 06e478b logd: rework logic for LogTimeEntry by Tom Cherry · 6 years ago
  54. 4e2d856 Merge "Add noexcept to move constructors and assignment operators." by Chih-hung Hsieh · 6 years ago
  55. 96aeb62 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  56. 32851b2 liblog: Fix memory leaks by George Burgess IV · 6 years ago
  57. c541987 Declare __fake_use_va_args as a constexpr function. by Chih-Hung Hsieh · 6 years ago
  58. abe7650 Merge "liblog#__android_log_btwrite__android_logger_list_read fail" by Tom Cherry · 6 years ago
  59. 090fba2 Merge "Suppress implicit-fallthrough warnings." by Chih-hung Hsieh · 6 years ago
  60. 6d46142 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  61. e4b5cc1 liblog#__android_log_btwrite__android_logger_list_read fail by Yuxian Xu · 6 years ago
  62. 1d0081f logcat: Fix buffer size by Greg Kaiser · 6 years ago
  63. 8b58417 logcat: fix print of logcat -g by Wei Wang · 6 years ago
  64. 5296cea Merge "logd: crash dumps on userdebug only" by Treehugger Robot · 6 years ago
  65. 45b4968 logd: crash dumps on userdebug only by Mark Salyzyn · 6 years ago
  66. 9ff8155 Replace (unsigned) short with (u)int16_t. by Chih-Hung Hsieh · 6 years ago
  67. ad8ca68 Merge "liblog: Add functions to reset log context" am: a34a54e8a9 by Suren Baghdasaryan · 6 years ago
  68. a34a54e Merge "liblog: Add functions to reset log context" by Treehugger Robot · 6 years ago
  69. 230ddbd liblog: Add functions to reset log context by Suren Baghdasaryan · 6 years ago
  70. bf6c031 Merge "Suppress gnu-zero-variadic-macro-arguments warning." am: ff01e54285 by Chih-Hung Hsieh · 6 years ago
  71. bff0dfa Suppress gnu-zero-variadic-macro-arguments warning. by Chih-Hung Hsieh · 6 years ago
  72. 2f15588 Merge "Declare __fake_use_va_args as a variadic function." am: e352a75b90 by Chih-Hung Hsieh · 6 years ago
  73. b19450a Declare __fake_use_va_args as a variadic function. by Chih-Hung Hsieh · 6 years ago
  74. e884ed7 Merge "Declare __FAKE_USE_VA_ARGS as a variadic function." am: 835d76496d by Chih-hung Hsieh · 6 years ago
  75. b891df8 Declare __FAKE_USE_VA_ARGS as a variadic function. by Chih-Hung Hsieh · 6 years ago
  76. 6620b30 Merge "Use __VA_ARGS__ when in clang static analyzer." am: f07dbdd022 by Chih-hung Hsieh · 6 years ago
  77. eb39f2c Use __VA_ARGS__ when in clang static analyzer. by Chih-Hung Hsieh · 6 years ago
  78. 43ddcc0 Merge "[logd] Modernize codebase by replacing NULL with nullptr" am: 55a9d58735 by Yi Kong · 6 years ago
  79. ad8b1cb Merge "Remove execute bit for source files" am: 29dcc952e8 by Yi Kong · 6 years ago
  80. 39bee0a Merge "Modernize codebase by replacing NULL with nullptr" am: 9154fbc8df by Yi Kong · 6 years ago
  81. 55a9d58 Merge "[logd] Modernize codebase by replacing NULL with nullptr" by Yi Kong · 6 years ago
  82. 36feb15 [logd] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  83. 29dcc95 Merge "Remove execute bit for source files" by Yi Kong · 6 years ago
  84. 58a740f Remove execute bit for source files by Yi Kong · 6 years ago
  85. ab081c7 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  86. a6d0d5d Merge "add event log range for audioserver" am: 6f5d464fb9 by Eric Laurent · 6 years ago
  87. 248aa21 add event log range for audioserver by Eric Laurent · 6 years ago
  88. 2c12274 Merge changes from topic "mingw-clang" am: 8e87814da8 by Pirama Arumuga Nainar · 6 years ago
  89. 8e87814 Merge changes from topic "mingw-clang" by Treehugger Robot · 6 years ago
  90. 42dd15e Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 6 years ago
  91. 2becb82 Merge "Remove pstore case ibc.__pstore_append from CTS" am: bb7e81238f by Elliott Hughes · 6 years ago
  92. 65fbdf2 Remove pstore case ibc.__pstore_append from CTS by chenhg · 6 years ago
  93. fb25616 Merge "logd: remove failing test." am: dc0f5bc4f4 by Elliott Hughes · 6 years ago
  94. c8d83f6 logd: remove failing test. by Elliott Hughes · 6 years ago
  95. df06674 Merge "logcat: tidy "logcat.h"." am: 9040b888a6 by Elliott Hughes · 6 years ago
  96. ce377f8 logcat: tidy "logcat.h". by Elliott Hughes · 6 years ago
  97. c328307 Merge "Remove liblogcat." am: 28a3160c07 by Elliott Hughes · 6 years ago
  98. 442d858 Remove liblogcat. by Elliott Hughes · 6 years ago
  99. f94f8b4 Merge "logd: make behavior more consistent across builds." am: b7761b2673 by Elliott Hughes · 6 years ago
  100. 5e56371 logd: make behavior more consistent across builds. by Elliott Hughes · 6 years ago