summaryrefslogtreecommitdiffstats
path: root/runtime/base/logging.h
Commit message (Expand)AuthorAgeFilesLines
* Add D/CHECK_CONSTEXPR macros for use in constexpr context.Vladimir Marko2014-06-111-0/+14
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+3
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Remove all LOG(DEBUG) which is not intended to be checked inBrian Carlstrom2014-05-091-3/+4
* Handle implicit stack overflow without affecting stack walksDave Allison2014-05-051-0/+1
* Add an option to specify a list of methods for LIR dumping.Mingyao Yang2014-04-181-0/+3
* Change sticky GC ergonomics to use GC throughput.Mathieu Chartier2014-03-271-0/+22
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-27/+1
* Fix multi-line hex dumping and add unit test.Ian Rogers2014-01-301-18/+0
* Clean up logcat spam from compiler and verifierAnwar Ghuloum2013-08-131-0/+2
* C++11 support for ART.Mathieu Chartier2013-08-131-1/+6
* Fix logging memory leak.Sebastien Hertz2013-08-061-1/+2
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-2/+2
* Fixing cpplint readability/constructors issuesBrian Carlstrom2013-07-181-9/+0
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+337