summaryrefslogtreecommitdiffstats
path: root/base/logging.cc
Commit message (Expand)AuthorAgeFilesLines
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-211-32/+23
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Fix (D)VLOG(1) support on Androidacolwell@chromium.org2013-05-211-1/+2
* Remving global statics from the headers, so we can split-link.cpu@chromium.org2013-05-211-0/+8
* Pepper: Add VLOG support for NaCl plugins.teravest@chromium.org2013-04-221-6/+6
* base: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-301-2/+2
* Ensure that logging works in the GPU process when the --enable-logging and --...ananta@chromium.org2013-02-271-0/+8
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Supressing unreferenced variable warning in nacl build.bradnelson@google.com2012-09-231-0/+1
* Adds some debugging code to help isolate a crash.sky@chromium.org2012-04-051-0/+4
* Log message is captured on stack prior to generating minidump for fatal errors.apatrick@chromium.org2012-04-031-0/+7
* Make base::Logging compile with the NaCl toolchain.bbudge@chromium.org2012-02-281-3/+7
* Move operator<< for StringPiece into string_piece.{h,cc}akalin@chromium.org2012-01-201-12/+3
* Revert 118118 - Temporarily revert 117127 for perf analysis.rsesek@chromium.org2012-01-181-18/+3
* Temporarily revert 117127 for perf analysis.rsesek@chromium.org2012-01-181-3/+18
* mach_port_deallocate() the result of mach_thread_self(), which obtains a port...rsesek@chromium.org2012-01-111-18/+3
* Don't delete g_vlog_infostevenjb@chromium.org2011-12-031-4/+19
* OpenBSD and FreeBSD fixes for base.mark@chromium.org2011-10-131-3/+2
* Remove unnecessary #include <sys/nacl_syscalls.h>mcgrathr@chromium.org2011-10-051-1/+0
* Upstream android debug and log related filesmichaelbai@google.com2011-07-071-1/+27
* Base: A few more changes to build base.dllrvargas@google.com2011-04-011-3/+16
* Mac: Don't show dialogs for debug messages.thakis@chromium.org2011-02-231-11/+0
* [Logging] Remove unneeded CheckOpString struct for CHECKsakalin@chromium.org2011-02-081-4/+6
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-4/+4
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-53/+53
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-4/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-4/+4
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-4/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-4/+4
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-4/+4
* Print out filename on logs instead of the entire pathakalin@chromium.org2010-12-231-1/+1
* linux: remove the xmessage-based error dialogevan@chromium.org2010-12-161-17/+5
* Add Debug Message Dialog Support for Mac OSdmaclach@chromium.org2010-12-141-3/+13
* 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