| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds some debugging code to help isolate a crash. | sky@chromium.org | 2012-04-05 | 1 | -0/+4 |
* | Log message is captured on stack prior to generating minidump for fatal errors. | apatrick@chromium.org | 2012-04-03 | 1 | -0/+7 |
* | Make base::Logging compile with the NaCl toolchain. | bbudge@chromium.org | 2012-02-28 | 1 | -3/+7 |
* | Move operator<< for StringPiece into string_piece.{h,cc} | akalin@chromium.org | 2012-01-20 | 1 | -12/+3 |
* | Revert 118118 - Temporarily revert 117127 for perf analysis. | rsesek@chromium.org | 2012-01-18 | 1 | -18/+3 |
* | Temporarily revert 117127 for perf analysis. | rsesek@chromium.org | 2012-01-18 | 1 | -3/+18 |
* | mach_port_deallocate() the result of mach_thread_self(), which obtains a port... | rsesek@chromium.org | 2012-01-11 | 1 | -18/+3 |
* | Don't delete g_vlog_info | stevenjb@chromium.org | 2011-12-03 | 1 | -4/+19 |
* | OpenBSD and FreeBSD fixes for base. | mark@chromium.org | 2011-10-13 | 1 | -3/+2 |
* | Remove unnecessary #include <sys/nacl_syscalls.h> | mcgrathr@chromium.org | 2011-10-05 | 1 | -1/+0 |
* | Upstream android debug and log related files | michaelbai@google.com | 2011-07-07 | 1 | -1/+27 |
* | Base: A few more changes to build base.dll | rvargas@google.com | 2011-04-01 | 1 | -3/+16 |
* | Mac: Don't show dialogs for debug messages. | thakis@chromium.org | 2011-02-23 | 1 | -11/+0 |
* | [Logging] Remove unneeded CheckOpString struct for CHECKs | akalin@chromium.org | 2011-02-08 | 1 | -4/+6 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-11 | 1 | -4/+4 |
* | Order function definitions in base/ according to the header. | erg@google.com | 2011-01-11 | 1 | -53/+53 |
* | Revert 70920 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 1 | -4/+4 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 1 | -4/+4 |
* | Revert 70782 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 1 | -4/+4 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 1 | -4/+4 |
* | Move base/lock and base/condition_variable to base/synchronization/ | brettw@chromium.org | 2011-01-01 | 1 | -4/+4 |
* | Print out filename on logs instead of the entire path | akalin@chromium.org | 2010-12-23 | 1 | -1/+1 |
* | linux: remove the xmessage-based error dialog | evan@chromium.org | 2010-12-16 | 1 | -17/+5 |
* | Add Debug Message Dialog Support for Mac OS | dmaclach@chromium.org | 2010-12-14 | 1 | -3/+13 |
* | Avoid recursive DisplayDebugMessageInDialog call when an assert is hit on the... | joth@chromium.org | 2010-12-07 | 1 | -0/+4 |
* | Fixed logging so that vmodule works correctly again | akalin@chromium.org | 2010-11-23 | 1 | -6/+0 |
* | Bring up IPC in NaCl. | abarth@chromium.org | 2010-11-12 | 1 | -0/+11 |
* | Integrate ETW with VLOG logging. | siggi@chromium.org | 2010-11-04 | 1 | -10/+22 |
* | Fix the testing::LogDisabler for the change r64883. See http://codereview.chr... | hansl@google.com | 2010-11-03 | 1 | -0/+4 |
* | Fixed bug where CHECKs don't fire if min_log_level > FATAL | akalin@chromium.org | 2010-11-03 | 1 | -1/+1 |
* | Fixed bug where the entire file path was being printed for logs on non-Windows | akalin@chromium.org | 2010-10-29 | 1 | -5/+5 |
* | This fixes the logging for ChromeOS so that it uses symlinks | gspencer@chromium.org | 2010-10-28 | 1 | -3/+3 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 1 | -7/+8 |
* | Two minor changes to the use of FormatMessageA in Win32ErrorLogMessage: | grt@chromium.org | 2010-10-20 | 1 | -2/+2 |
* | Made logging macros evaluate its stream arguments lazily. | akalin@chromium.org | 2010-10-01 | 1 | -2/+3 |
* | Solved a problem where a string was supposed to be passed as a reference but ... | hansl@google.com | 2010-10-01 | 1 | -12/+22 |
* | Revert 61142 - Made logging macros evaluate its stream arguments lazily. | akalin@chromium.org | 2010-10-01 | 1 | -3/+2 |
* | Made logging macros evaluate its stream arguments lazily. | akalin@chromium.org | 2010-10-01 | 1 | -2/+3 |
* | Revert 61127 - Made logging macros evaluate its stream arguments lazily. | akalin@chromium.org | 2010-09-30 | 1 | -3/+2 |
* | Made logging macros evaluate its stream arguments lazily. | akalin@chromium.org | 2010-09-30 | 1 | -2/+3 |
* | Mark the most common uses of MakeCheckOpString as extern templates on gcc pla... | erg@google.com | 2010-09-30 | 1 | -0/+14 |
* | Removed support for log prefix filters. | akalin@chromium.org | 2010-09-30 | 1 | -19/+0 |
* | Implemented VLOG() et al. | akalin@chromium.org | 2010-09-29 | 1 | -1/+22 |
* | Include log output in buildbot logs on Windows just as | darin@chromium.org | 2010-09-24 | 1 | -15/+2 |
* | Lock log files when reiniting them. | davemoore@chromium.org | 2010-09-14 | 1 | -100/+148 |
* | Revert 58074 - Lock all access to logging data, in case it's reinitialized | davemoore@chromium.org | 2010-08-31 | 1 | -148/+100 |
* | Lock all access to logging data, in case it's reinitialized | davemoore@chromium.org | 2010-08-31 | 1 | -100/+148 |
* | base: Disallow mixing NDEBUG settings in logging.{h,cc}. | derat@chromium.org | 2010-08-23 | 1 | -4/+4 |
* | Header cleanup in base. | brettw@chromium.org | 2010-08-17 | 1 | -2/+1 |
* | Stop eternal loop in DisplayDebugMessageInDialog | cmasone@google.com | 2010-08-17 | 1 | -2/+9 |