1. 247ed7e Fix comment about init's `file` service option by Tom Cherry · 2 years, 6 months ago
  2. 18c2bd4 Add support for musl by Colin Cross · 3 years, 2 months ago
  3. 1b96cbd KernelLogger: Truncate lines that are too long by Yi-Yo Chiang · 3 years, 6 months ago
  4. 02cdbf2 KernelLogger: Update printk buffer size by Yi-Yo Chiang · 3 years, 6 months ago
  5. ecb6afe liblog_symbols.cpp/.h are removed by Jiyong Park · 4 years, 1 month ago
  6. ccbd5db SetAborter and SetLogger return old function. by Krzysztof Kosiński · 4 years, 2 months ago
  7. 317728b Cleanup for Android's inclusive language guidance by Luke Huang · 4 years, 2 months ago
  8. 1888033 Avoid zero-initializing our most-used buffers. by Elliott Hughes · 4 years, 5 months ago
  9. a687242 base: reimagine line splitting in logger.cpp by Tom Cherry · 4 years, 5 months ago
  10. 8a06da8 Remove thread safety from libbase logging / liblog by Tom Cherry · 4 years, 5 months ago
  11. 228eff1 liblog: correct new APIs per the API review by Tom Cherry · 4 years, 7 months ago
  12. 784ba9a liblog: use int32_t and uint32_t for new NDK APIs by Tom Cherry · 4 years, 7 months ago
  13. 00d38cc base: access all new liblog symbols through liblog_functions by Tom Cherry · 4 years, 7 months ago
  14. f8167cc libbase: Have LogdLogger use LOGGER_ENTRY_MAX_PAYLOAD for its buffer by Tom Cherry · 4 years, 8 months ago
  15. 41d0c87 liblog: use default tag for loggability checks if no tag is provided by Tom Cherry · 4 years, 8 months ago
  16. dbc07ce Move default tag from libbase to liblog by Tom Cherry · 4 years, 8 months ago
  17. 4916e09 Move minimum log priority from libbase to liblog by Tom Cherry · 4 years, 8 months ago
  18. 1bfa8ab Move SetLogger and SetAborter from libbase to liblog by Tom Cherry · 4 years, 9 months ago
  19. a66b8e3 Merge "Require liblog for libbase in all configurations" by Tom Cherry · 4 years, 8 months ago
  20. 46a2e0e base: remove LOG_TO(), PLOG_TO() and LOG_STREAM_TO() macros by Tom Cherry · 4 years, 9 months ago
  21. 17e8580 Require liblog for libbase in all configurations by Tom Cherry · 4 years, 9 months ago
  22. 2f9e49f Base: Explicitly set abort message on FATAL by Andreas Gampe · 6 years ago
  23. 397961e adb: rationalize fatal/error logging. by Elliott Hughes · 6 years ago
  24. 38b69d7 Remove unused logging symbols. by Tomasz Wasilczyk · 6 years ago
  25. 462a45e libbase: fix libbase_test.logging.StdioLogger. by Elliott Hughes · 6 years ago
  26. 1c1409f Add StdioLogger for command-line tools. by Elliott Hughes · 6 years ago
  27. 504d8ed base: kernel logging get pre-opened /dev/kmsg from environment by Mark Salyzyn · 6 years ago
  28. ef102be base: export GetThreadId. by Josh Gao · 7 years ago
  29. fec5b09 Base: Add default tag manipulation by Andreas Gampe · 7 years ago
  30. ed91707 Base: Add an NDK-compiled version of libbase by Andreas Gampe · 7 years ago
  31. a419de2 Use LOG_TAG instead of binary name as a tag. by Tomasz Wasilczyk · 7 years ago
  32. 162c277 libcutils: Fix thread ID on macOS by Christopher N. Hesse · 8 years ago
  33. 7ff958a base: support logging before enter main function. by Yabin Cui · 8 years ago
  34. e75d6de system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 8 years ago
  35. 1ed2be0 Base: Hand complete log message to aborter by Andreas Gampe · 8 years ago
  36. 5cbb251 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
  37. cb35a4a Base: Remove LOG_S variants. by Andreas Gampe · 8 years ago
  38. c65ea94 Base: Check severity in destructor by Andreas Gampe · 8 years ago
  39. 2619d51 Remove mutex.h and its uses. by Pirama Arumuga Nainar · 8 years ago
  40. b08de45 base: extract mutex.h from logging.cpp. by Josh Gao · 8 years ago
  41. 9008e8d Base: Add AbortFunction for logging by Andreas Gampe · 8 years ago
  42. d2a4f21 Base: Add INTERNAL_FATAL to logging severity by Andreas Gampe · 8 years ago
  43. 8cf75f0 Move init's kernel logging into libbase. by Elliott Hughes · 8 years ago
  44. 7d9a479 libbase should use its own logging! by Elliott Hughes · 8 years ago
  45. 6522eb5 Add timestamps to libbase's stderr logging. by Elliott Hughes · 8 years ago
  46. c4e5425 Fix windows 64-bit builds by Dan Willemsen · 9 years ago
  47. b635162 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  48. 8b7ea74 Merge changes Ic124ecb9,I94de55d2 by Josh Gao · 9 years ago
  49. 7f43862 libbase: remove exit-time destructors. by Josh Gao · 9 years ago
  50. 774d7f6 Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 9 years ago
  51. bec7862 adb/base: minor compiler portability improvements by Spencer Low · 9 years ago
  52. e0671d6 base logging: fix errno restoring, severity conditionality, dangling ifs by Spencer Low · 9 years ago
  53. 55853a9 libbase: logging fixes by Spencer Low · 9 years ago
  54. 4759052 adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 9 years ago
  55. 2f638c0 Add additional shielding against the ERROR macro. by Dan Albert · 9 years ago
  56. dc15ffd Support base::logging on Windows. by Dan Albert · 9 years ago
  57. 1be4dec Cleanup base/logging. by Dan Albert · 9 years ago
  58. 1f65c49 Support arbitrary loggers. by Dan Albert · 10 years ago
  59. ab5c882 Support logging to other log buffers. by Dan Albert · 10 years ago
  60. 74b6338 Remove LogMessage::LogLineLowStack. by Dan Albert · 9 years ago
  61. 852d2e7 Include what we use. by Dan Albert · 10 years ago
  62. 4a6d4db Move gettid() into libcutils. by Dan Albert · 10 years ago
  63. 0d716d0 Update string Split API. by Dan Albert · 10 years ago
  64. e3ea058 Add google3 style logging to libbase. by Dan Albert · 10 years ago