summaryrefslogtreecommitdiffstats
path: root/base/include/android-base/logging.h
Commit message (Expand)AuthorAgeFilesLines
* Base: Add default tag manipulationAndreas Gampe2018-03-091-0/+3
* Use LOG_TAG instead of binary name as a tag.Tomasz Wasilczyk2017-12-201-27/+52
* Base: Warn on using ostream<< with std::string*Andreas Gampe2017-09-221-0/+32
* Revert "Base: Delete ostream<< with std::string*"Andreas Gampe2017-09-211-10/+0
* Base: Delete ostream<< with std::string*Andreas Gampe2017-09-201-0/+10
* logging: make LOG(FATAL) always run with the static analyzer.George Burgess IV2017-05-311-1/+5
* logging: always enable DCHECK for the static analyzerGeorge Burgess IV2017-05-261-2/+2
* fix static-analyzer logging/CHECK macrosGeorge Burgess IV2017-05-031-29/+40
* Add some basic docs for <android-base/logging.h>Elliott Hughes2017-02-221-0/+31
* Base: Remove LOG_S variants.Andreas Gampe2016-09-241-20/+27
* Base: Add more log macrosAndreas Gampe2016-09-221-14/+39
* Base: Fix dangling-else in CHECK_STROPAndreas Gampe2016-09-131-8/+7
* Base: Add AbortFunction for loggingAndreas Gampe2016-09-081-7/+17
* Base: Add INTERNAL_FATAL to logging severityAndreas Gampe2016-09-071-0/+1
* Base: assume and use C++11 in libbaseAndreas Gampe2016-09-011-2/+2
* Move init's kernel logging into libbase.Elliott Hughes2016-08-041-8/+11
* Fix misc-macro-parentheses warnings in init and other core modules.Chih-Hung Hsieh2016-05-181-4/+4
* Fix <android-base/*.h> header guards.Elliott Hughes2016-03-231-3/+4
* base: Avoid compilation error when compiled with -Wdangling-else.Yabin Cui2016-03-211-19/+13
* Make CHECK(x) work with static analyzer.Chih-Hung Hsieh2016-03-021-0/+12
* Rename base/ to android-base/.Elliott Hughes2015-12-071-0/+343