summaryrefslogtreecommitdiffstats
path: root/base/logging.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary inclusion of sys/syscall.h in base/logging.ccbenchan2016-03-171-2/+0
* base: Add nullptr checks to logging.cc.erikchen2016-03-111-2/+2
* Switch to standard integer types in base/.avi2015-12-261-5/+8
* Clean up header files.avi2015-12-261-0/+2
* Don't evaluate args to LOG(INFO) and LOG(WARNING) in release builds.skobes2015-12-071-0/+11
* mac: Log messages to the system log via ASLmark2015-11-101-0/+120
* Remove the debug_message.exe helper.brettw2015-10-031-32/+2
* Get logging to chrome_debug.log working again on Windows Vista+.ananta2015-09-181-49/+37
* Avoid dialogs and generating call stacks under a debuggerbrucedawson2015-09-051-3/+7
* Print stack traces in browser tests when any process crashes, or an assert fi...jam2015-08-171-1/+1
* Reduce inline code size for CHECK() on Android builds.tnagel2015-07-121-0/+6
* Move safe_strerror to posix directory and the base namespace.brettw2015-06-091-2/+2
* Add missing BASE_EXPORT to LogErrorNotReached().tnagel2015-05-261-1/+1
* Chrome OS: Reduce NOTREACHED() overhead for release builds.tnagel2015-05-241-0/+5
* Cleanup base/logging.cc a bit.thestig2015-05-191-83/+83
* Fix variable shadowing warning in logging on VS2015scottmg2015-01-271-6/+5
* remove some dead visual studio < 2013 codemostynb2014-12-191-1/+1
* Cleanup: Remove some unneeded string allocations.thestig2014-12-031-7/+6
* Prefix CommandLine usege with base namespace (Part 1: base/)pgal.u-szeged2014-11-251-1/+1
* Enable "extern template" under MSVCmdempsky2014-10-031-3/+0
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-011-1/+1
* Move logging.h's definitions of operator<< into namespace std.jyasskin@chromium.org2014-07-081-1/+1
* Remove two unused logging::LogMessage constructors.viettrungluu@chromium.org2014-06-181-11/+0
* Remove the LOG_ERROR_REPORT log severity level.viettrungluu@chromium.org2014-06-171-17/+4
* Disable Warning 4702 for the PGO builds.sebmarchand@chromium.org2014-06-121-9/+0
* Disable warning C4702 in logging.ccsebmarchand@chromium.org2014-06-041-0/+9
* Extracted logging::SystemErrorCodeToString function.vitalybuka@chromium.org2014-04-231-45/+27
* disable more stacktrace usage in debug uclibc buildsmostynb@opera.com2014-04-181-1/+1
* Make LogMessage() handle strings with null bytesjoaoe@opera.com2014-03-141-3/+4
* Revert of Make LogMessage() handle strings with null bytes (https://coderevie...finnur@chromium.org2014-03-141-3/+3
* Make LogMessage() handle strings with null bytesjoaoe@opera.com2014-03-141-3/+3
* Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 onlywangxianzhu@chromium.org2014-03-101-9/+1
* Avoid function call for disabled DCHECK in non-official release buildwangxianzhu@chromium.org2014-03-051-4/+0
* Honor the log_assert_handler when running under the debugger.rch@chromium.org2014-02-281-16/+11
* LogMessage::Init must check untrusted severity_ value before using it as an a...tsepez@chromium.org2014-01-231-1/+8
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-261-2/+2
* Only use the LoggingLock when actually logging to a fileakalin@chromium.org2013-07-151-33/+32
* Implement basic stack traces on Android and reenable unit tests.scherkus@chromium.org2013-07-041-3/+1
* 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