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