summaryrefslogtreecommitdiffstats
path: root/base/logging.cpp
Commit message (Expand)AuthorAgeFilesLines
* Base: Explicitly set abort message on FATALAndreas Gampe2018-12-051-0/+8
* adb: rationalize fatal/error logging.Elliott Hughes2018-10-191-8/+3
* Remove unused logging symbols.Tomasz Wasilczyk2018-07-311-9/+0
* libbase: fix libbase_test.logging.StdioLogger.Elliott Hughes2018-06-061-26/+25
* Add StdioLogger for command-line tools.Elliott Hughes2018-05-231-0/+10
* base: kernel logging get pre-opened /dev/kmsg from environmentMark Salyzyn2018-04-091-1/+19
* base: export GetThreadId.Josh Gao2018-03-161-37/+4
* Base: Add default tag manipulationAndreas Gampe2018-03-061-7/+31
* Base: Add an NDK-compiled version of libbaseAndreas Gampe2018-02-211-1/+1
* Use LOG_TAG instead of binary name as a tag.Tomasz Wasilczyk2017-12-201-19/+30
* libcutils: Fix thread ID on macOSChristopher N. Hesse2017-10-221-1/+3
* base: support logging before enter main function.Yabin Cui2017-01-251-23/+29
* system/core: preparation to pull back interfaces from android/log.hMark Salyzyn2016-10-201-1/+1
* Base: Hand complete log message to aborterAndreas Gampe2016-10-041-0/+2
* system/core Replace log/log.h with android/log.hMark Salyzyn2016-09-301-4/+4
* Base: Remove LOG_S variants.Andreas Gampe2016-09-241-1/+1
* Base: Check severity in destructorAndreas Gampe2016-09-231-0/+5
* Remove mutex.h and its uses.Pirama Arumuga Nainar2016-09-161-1/+0
* base: extract mutex.h from logging.cpp.Josh Gao2016-09-131-53/+7
* Base: Add AbortFunction for loggingAndreas Gampe2016-09-081-8/+19
* Base: Add INTERNAL_FATAL to logging severityAndreas Gampe2016-09-071-11/+16
* Move init's kernel logging into libbase.Elliott Hughes2016-08-041-23/+67
* libbase should use its own logging!Elliott Hughes2016-07-281-2/+1
* Add timestamps to libbase's stderr logging.Elliott Hughes2016-06-211-2/+15
* Fix windows 64-bit buildsDan Willemsen2016-02-051-1/+7
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-3/+3
* Merge changes Ic124ecb9,I94de55d2Josh Gao2015-11-121-4/+4
|\
| * libbase: remove exit-time destructors.Josh Gao2015-11-121-4/+4
* | Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32""Elliott Hughes2015-11-111-1/+28
|/
* adb/base: minor compiler portability improvementsSpencer Low2015-11-091-5/+14
* base logging: fix errno restoring, severity conditionality, dangling ifsSpencer Low2015-09-211-35/+22
* libbase: logging fixesSpencer Low2015-08-131-19/+43
* adb / libbase: clean up NOGDI and evil ERROR macroSpencer Low2015-05-201-2/+4
* Add additional shielding against the ERROR macro.Dan Albert2015-05-041-1/+0
* Support base::logging on Windows.Dan Albert2015-04-291-10/+80
* Cleanup base/logging.Dan Albert2015-04-031-28/+26
* Support arbitrary loggers.Dan Albert2015-04-031-46/+78
* Support logging to other log buffers.Dan Albert2015-04-031-12/+28
* Remove LogMessage::LogLineLowStack.Dan Albert2015-04-021-44/+0
* Include what we use.Dan Albert2015-03-261-0/+1
* Move gettid() into libcutils.Dan Albert2015-03-231-23/+2
* Update string Split API.Dan Albert2015-03-231-2/+1
* Add google3 style logging to libbase.Dan Albert2015-03-201-0/+323