1. 247fc33 ART: Make gAborting an atomic by Andreas Gampe · 7 years ago
  2. 1c5b42f ART: Add support for runtime debug checks by Andreas Gampe · 7 years ago
  3. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  4. 01f7743 ART: Fix some pedantic warnings by Andreas Gampe · 7 years ago
  5. 46fc9d6 liblog: use log/log.h to access ALOG macros by Mark Salyzyn · 8 years ago
  6. 1af0c4f Fix the target Linux builds of ART by Julien Duraj · 8 years ago
  7. f57589f Remove logging dependency on runtime by David Sehr · 8 years ago
  8. d74bd3a Merge changes I65bc7769,Ib24c7060 by Andreas Gampe · 8 years ago
  9. 90a32b1 ART: Reprint long messages on abort by Andreas Gampe · 8 years ago
  10. 0ad6c8f art: Replace cutils/log.h with android/log.h by Mark Salyzyn · 8 years ago
  11. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  12. 5fd66d0 ART: Remove LogSeverity NONE by Andreas Gampe · 8 years ago
  13. 5e953d6 LogMessageData: Fix assignment in constructor by Greg Kaiser · 8 years ago
  14. 9826c3e Add newline for INTERNAL_FATAL automatically by Mathieu Chartier · 8 years ago
  15. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 9 years ago
  16. 7fe3023 ART: Make verifier fail log level adjustable by Andreas Gampe · 9 years ago
  17. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  18. 06f08e4 Silence unused result warnings in art. by Elliott Hughes · 9 years ago
  19. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  20. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
  21. ed95754 ART: Print INTERNAL_FATAL Log messages immediately by Andreas Gampe · 10 years ago
  22. b8f2f63 Implement LogLineLowStack() properly. by Vladimir Marko · 10 years ago
  23. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 10 years ago
  24. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  25. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  26. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  27. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  28. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  29. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  30. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  31. 42d65c5 Add an option to specify a list of methods for LIR dumping. by Mingyao Yang · 11 years ago
  32. 43b2e0f Fix multi-line hex dumping and add unit test. by Ian Rogers · 11 years ago
  33. b400da0 Fix 64bit issues in logging code. by Ian Rogers · 11 years ago
  34. 1e363f9 Use a UniquePtr to clean up global logging std::string*s. by Ian Rogers · 11 years ago
  35. a3d2718 Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master by Brian Carlstrom · 11 years ago
  36. 442cd6e Fix logging memory leak. by Sebastien Hertz · 11 years ago
  37. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  38. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  39. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/base/logging.cc]
  40. fa42b44 Move to new art dalvikvm by Brian Carlstrom · 11 years ago
  41. 74c0704 Help inline LogMessage::stream method. by Sebastien Hertz · 11 years ago
  42. f08e473 Fix abort regression. by Ian Rogers · 12 years ago
  43. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago[Renamed from src/logging.cc]
  44. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  45. af1b892 Prevent hang due to HandleUnexpectedSignal reentry by Brian Carlstrom · 12 years ago
  46. 81b8871 Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal. by Brian Carlstrom · 12 years ago
  47. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  48. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  49. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  50. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  51. 24edeb5 Fix some camelCase. by Elliott Hughes · 12 years ago
  52. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 12 years ago
  53. 72395bf Support ANDROID_LOG_TAGS. by Elliott Hughes · 13 years ago
  54. 8593fdb Clean up host aborts (and simplify the code). by Elliott Hughes · 13 years ago
  55. 93235f7 Dump current klass_ on bad ChangeClass by Brian Carlstrom · 13 years ago
  56. bfbf0e2 Make the hex dump more generally useful (specifically in CHECKs). by Elliott Hughes · 13 years ago
  57. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 13 years ago
  58. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  59. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  60. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  61. 21f32d7 Fix some DDMS stuff I'd broken, and fix HexDump's double-spacing. by Elliott Hughes · 13 years ago
  62. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 13 years ago
  63. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  64. f5a7a47 Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK). by Elliott Hughes · 13 years ago
  65. 8daa092 More threads work. by Elliott Hughes · 13 years ago
  66. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 13 years ago
  67. 13f5a58 Add missing file from last commit. by Elliott Hughes · 13 years ago