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