summaryrefslogtreecommitdiffstats
path: root/base/logging.cc
Commit message (Expand)AuthorAgeFilesLines
* Avoid recursive DisplayDebugMessageInDialog call when an assert is hit on the...joth@chromium.org2010-12-071-0/+4
* Fixed logging so that vmodule works correctly againakalin@chromium.org2010-11-231-6/+0
* Bring up IPC in NaCl.abarth@chromium.org2010-11-121-0/+11
* Integrate ETW with VLOG logging.siggi@chromium.org2010-11-041-10/+22
* Fix the testing::LogDisabler for the change r64883. See http://codereview.chr...hansl@google.com2010-11-031-0/+4
* Fixed bug where CHECKs don't fire if min_log_level > FATALakalin@chromium.org2010-11-031-1/+1
* Fixed bug where the entire file path was being printed for logs on non-Windowsakalin@chromium.org2010-10-291-5/+5
* This fixes the logging for ChromeOS so that it uses symlinksgspencer@chromium.org2010-10-281-3/+3
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-7/+8
* Two minor changes to the use of FormatMessageA in Win32ErrorLogMessage:grt@chromium.org2010-10-201-2/+2
* Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-10-011-2/+3
* Solved a problem where a string was supposed to be passed as a reference but ...hansl@google.com2010-10-011-12/+22
* Revert 61142 - Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-10-011-3/+2
* Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-10-011-2/+3
* Revert 61127 - Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-09-301-3/+2
* Made logging macros evaluate its stream arguments lazily.akalin@chromium.org2010-09-301-2/+3
* Mark the most common uses of MakeCheckOpString as extern templates on gcc pla...erg@google.com2010-09-301-0/+14
* Removed support for log prefix filters.akalin@chromium.org2010-09-301-19/+0
* Implemented VLOG() et al.akalin@chromium.org2010-09-291-1/+22
* Include log output in buildbot logs on Windows just as darin@chromium.org2010-09-241-15/+2
* Lock log files when reiniting them.davemoore@chromium.org2010-09-141-100/+148
* Revert 58074 - Lock all access to logging data, in case it's reinitializeddavemoore@chromium.org2010-08-311-148/+100
* Lock all access to logging data, in case it's reinitializeddavemoore@chromium.org2010-08-311-100/+148
* base: Disallow mixing NDEBUG settings in logging.{h,cc}.derat@chromium.org2010-08-231-4/+4
* Header cleanup in base.brettw@chromium.org2010-08-171-2/+1
* Stop eternal loop in DisplayDebugMessageInDialogcmasone@google.com2010-08-171-2/+9
* Including pthread.h, compile fix for Android.bulach@chromium.org2010-08-051-0/+1
* GTTF: Ensure that when we're testing the logging system will not display dial...phajdan.jr@chromium.org2010-07-291-0/+3
* print stack trace to stderr as well as to dialog.oshima@chromium.org2010-03-241-12/+10
* Remove an unused logging function.thestig@chromium.org2010-03-111-10/+0
* linux: use xmessage for the dialog used in LOG(FATAL)evan@chromium.org2010-03-011-13/+24
* Revert "linux: use xmessage for the dialog used in LOG(FATAL)"evan@chromium.org2010-03-011-24/+13
* linux: use xmessage for the dialog used in LOG(FATAL)evan@chromium.org2010-03-011-13/+24
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-3/+6
* Make POSIX SIGTERM/SIGINT/SIGHUP handler async signal safe.willchan@chromium.org2009-12-081-0/+37
* Flush logging output.derat@chromium.org2009-12-021-11/+18
* Integrate the base logging with Event Tracing for Windows. This allows ETW to...siggi@chromium.org2009-11-251-0/+10
* Add logging macros that automatically append the last system error in string ...tschmelcher@chromium.org2009-10-091-0/+92
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-3/+3
* Reverting 28166.ojan@chromium.org2009-10-061-195/+0
* Add logging macros that automatically append the last system error in string ...tschmelcher@google.com2009-10-061-0/+195
* Remove even the logging statement from ~LogMessage. We shouldn't be using LOG...phajdan.jr@chromium.org2009-08-031-7/+6
* Do not abort the process if thread owning the log mutex has crashed.phajdan.jr@chromium.org2009-07-311-1/+6
* Linux: refactor zygote supportagl@chromium.org2009-06-121-18/+0
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-0/+18
* Linux: refactor zygote supportagl@chromium.org2009-06-101-18/+0
* Enable zygote manager by default.dkegel@google.com2009-06-081-1/+5
* Prototype implementation of zygotes. dkegel@google.com2009-06-061-0/+24
* Use thread-safe localtime_r instead of localtime.thestig@chromium.org2009-05-131-4/+4
* Print backtraces on FATAL log messages in debug mode.ajwong@chromium.org2009-04-241-2/+9