aboutsummaryrefslogtreecommitdiff
path: root/src/processor/logging.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-4/+4
* Add SEVERITY_CRITICAL to logging, that would help to suppress logs from the f...Max Moroz2018-05-291-0/+3
* Rename stdio.h wrapper file to stdio_wrapper.h.Yunxiao Ma2016-04-051-1/+1
* Fix usage of snprintf for MSVCPavel Labath2016-01-191-5/+1
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-2/+2
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-7/+10
* Fix review comment that I missed.ted.mielczarek2011-01-111-2/+2
* Make some parts of the processor compile on Win32/MSVCted.mielczarek2011-01-111-0/+8
* Use "%" PRIx64 instead of "%llx" (#241). r=brynermmentovai2008-02-251-1/+1
* Add logging to minidump processor (#82). First part: logging infrastructuremmentovai2007-05-171-0/+104