Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
10d523d76710691639694e9623e5c69cdd3e94d1
/
base
/
logging.h
9f4b27d
Annotate TerminateCurrentProcessImmediately() as [[noreturn]].
by Wez
· 7 years ago
653cd66
Run clang-tidy modernize-use-equals-{delete,default} on //base headers
by Chris Watkins
· 7 years ago
eee8c2c
Replace the NOTIMPLEMENTED_POLICY macro with an explicit macro
by Daniel Bratell
· 7 years ago
4924471
Reland "Reland "Make SECURITY_DCHECK play with Albatross.""
by Sigurdur Asgeirsson
· 7 years ago
719300f
Revert "Reland "Make SECURITY_DCHECK play with Albatross.""
by Xida Chen
· 7 years ago
98a9f5d
Reland "Make SECURITY_DCHECK play with Albatross."
by Sigurdur Asgeirsson
· 7 years ago
e38bc8d
Allow LOG_DCHECK to be configured via Feature in SyzyASAN builds.
by Wez
· 7 years ago
32f0949
Include system error message in PCHECK for OFFICIAL_BUILDs.
by Robert Sesek
· 7 years ago
1e5034a
Update Clang static analysis Markdown doc.
by Kevin Marshall
· 7 years ago
d10ae94
Fix static analyzer noise in ref_counted.h
by Kevin Marshall
· 7 years ago
f43e714
Various logging-related cleanups & reformatting.
by wez
· 7 years ago
132a27a
logging.h: Comment fix
by tnagel
· 7 years ago
ed834a1
Add Clang static analysis control to all assert functions in logging.h
by kmarshall
· 8 years ago
9eb4411
Report CHECK/DCHECK to test launcher summary output.
by alex-ac
· 8 years ago
99debb1
Remove base::underlying_type, replace uses with std::underlying_type
by danakj
· 8 years ago
d52ace3
Replace use of logging::DEBUG_MODE with DCHECK_IS_ON().
by wez
· 8 years ago
1c421d4
Roll back ANALYSIS_ASSUME_TRUE() until bitfield support is developed
by kmarshall
· 8 years ago
889f6f8
Use universal references in templated analysis passthrough functions.
by kmarshall
· 8 years ago
a4290e4
Shorten IMMEDIATE_CRASH() code size on win clang
by scottmg
· 8 years ago
a153e26
[Reland] base: make CHECK macros trap at distinct addresses in official builds
by primiano
· 8 years ago
2127537
Fix win-clang build
by shinyak
· 8 years ago
ae12c77
Make LoggingTest.CheckCausesDistinctBreakpoints work on clang win
by scottmg
· 8 years ago
af25980
Revert of base: make CHECK macros trap at distinct addresses in official builds (patchset #10 id:180001 of https://codereview.chromium.org/2502953003/ )
by alph
· 8 years ago
c506250
base: make CHECK macros trap at distinct addresses in official builds
by primiano
· 8 years ago
5aed4c7
Make CHECK int 3 on Windows, rather than crash
by scottmg
· 8 years ago
59b86e2
Add ANALYSIS_ASSUME_TRUE annotations to DCHECK_OP impl bodies.
by kmarshall
· 8 years ago
f1cd954
Add new macro "ANALYZER_ASSUME_TRUE" and integrate with all assertion types.
by kmarshall
· 8 years ago
41bb1ed
Fix clang static analyzer false positives due to DCHECK.
by kmarshall
· 8 years ago
67b710a
Make sure DCHECK compiles out completely if DCHECKS aren't enabled.
by dcheng
· 8 years ago
b5a1733
Wrap the conditional in CHECK with UNLIKELY since it is.
by danakj
· 8 years ago
841e377
Move Partition Allocator into Chromium base.
by palmer
· 8 years ago
8026d4a
Improve EAT_STREAM_PARAMETERS for Windows x86
by scottmg
· 8 years ago
b578e2b
Revert of Improve EAT_STREAM_PARAMETERS for Windows x86 (patchset #10 id:240001 of https://codereview.chromium.org/2559323007/ )
by primiano
· 8 years ago
5a45188
Improve EAT_STREAM_PARAMETERS for Windows x86
by scottmg
· 8 years ago
eeb20dc
Move IMMEDIATE_CRASH and OOM_CRASH from wtf to base.
by Chris Palmer
· 8 years ago
b219208
logging: Provide a specific MakeCheckOpValueString overload for functions
by raphael.kubo.da.costa
· 8 years ago
d75ed46
Namespace-qualify calls to logging::MakeCheckOpString
by kwiberg
· 8 years ago
40ac79c
Fix DCHECK usage doc comment.
by pwnall
· 8 years ago
114af1b
Adds new logging type SYSLOG which logs to the system log.
by pastarmovj
· 8 years ago
fb83c5a
Unify usage of logging/assert macros in base/
by gab
· 8 years ago
0654900
Use absolute namespace references in //base/logging.h macros
by tsniatowski
· 8 years ago
935f853
Reland of In official builds, let CHECK(false) crash instead of calling BreakDebugger. (https://codereview.chromium.org/2046593002/ )
by primiano
· 8 years ago
c356cf4
Revert of In official builds, let CHECK(false) crash instead of calling BreakDebugger. (patchset #2 id:20001 of https://codereview.chromium.org/1982123002/ )
by primiano
· 8 years ago
cc79904
base: Support using (D)CHECK on scoped enums.
by jbroman
· 8 years ago
6029cde
In official builds, let CHECK(false) crash instead of calling BreakDebugger.
by thakis
· 8 years ago
45b7cfe
Stop compiling and printing logging strings for CHECK() on Android.
by danakj
· 9 years ago
6869a74
Update DCHECK_EQ/NE for C++ 11 and nullptr
by brucedawson
· 9 years ago
174bac7
Ensure that DLOG(FATAL) also asserts in release-with-asserts builds.
by jam
· 9 years ago
2c22eae
Revert of Patch to try dump-on-DCHECK. (patchset #13 id:240001 of https://codereview.chromium.org/1814423002/ )
by Scott Graham
· 9 years ago
f873579
Patch to try dump-on-DCHECK.
by wez
· 9 years ago
1d7db13
Revert of Patch to try dump-on-DCHECK. (patchset #13 id:240001 of https://codereview.chromium.org/1814423002/ )
by wez
· 9 years ago
4a1d538
Patch to try dump-on-DCHECK.
by wez
· 9 years ago
32164d6
Revert of Patch to try dump-on-DCHECK. (patchset #11 id:200001 of https://codereview.chromium.org/1814423002/ )
by thakis
· 9 years ago
bfb76a3
Patch to try dump-on-DCHECK.
by wez
· 9 years ago
b57520e
Revert of Patch to try dump-on-DCHECK. (patchset #11 id:200001 of https://codereview.chromium.org/1814423002/ )
by shinyak
· 9 years ago
876aba5
Patch to try dump-on-DCHECK.
by wez
· 9 years ago
0b0d9d1
Fix sense of CheckOpResult comment.
by wez
· 9 years ago
4d0074f
Fix sense of CheckOpResult comment.
by wez
· 9 years ago
5dc27f9
Remove logging::LogAtLevel and rewrite its sole caller.
by jbroman
· 9 years ago
cddad40
base: Remove SYSLOG* macros from logging.h.
by jbroman
· 9 years ago
a6a6a68
Switch to standard integer types in base/.
by avi
· 9 years ago
190afae
Don't evaluate args to LOG(INFO) and LOG(WARNING) in release builds.
by skobes
· 9 years ago
486c61f
Switch to static_assert in base/.
by avi
· 9 years ago
6734e0a
Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.
by vmpstr
· 9 years ago
80f24d4
Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https://codereview.chromium.org/1421483005/ )
by jbudorick
· 9 years ago
73bf18b
Remove DCHECK_IMPLIES/CHECK_IMPLIES.
by vmpstr
· 9 years ago
41fcb04
Cleanup: Pass std::string as const reference from ash/ + minor coding style changes in base/
by ki.stfu
· 9 years ago
99b87ef
Get logging to chrome_debug.log working again on Windows Vista+.
by ananta
· 9 years ago
b02505e
Make CHECK_EQ and friends work properly in an if/else structure without braces.
by erikwright
· 9 years ago
8645808
Reduce inline code size for CHECK() on Android builds.
by tnagel
· 9 years ago
45944c2
Improve comment in logging.h.
by tnagel
· 9 years ago
5c13f10
Chrome OS: Reduce NOTREACHED() overhead for release builds.
by tnagel
· 9 years ago
9b9688b
Revert of Remove unnecessary ternaries to improve readability. (patchset #1 id:1 of https://codereview.chromium.org/1128513002/)
by piman
· 10 years ago
b05d095
Remove unnecessary ternaries to improve readability.
by tnagel
· 10 years ago
457d6d7
Stronger comment for LAZY_STREAM macro.
by chcunningham
· 10 years ago
9a89f24
base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().
by danakj
· 10 years ago
c0078e1
NOTREACHED should use DCHECK if DCHECK_ALWAYS_ON is set on cros.
by oshima
· 10 years ago
cee3941
Add __analysis_assume support to CHECK macros to reduce warnings with /analyze.
by brucedawson
· 10 years ago
35e8461
Enable "extern template" under MSVC
by mdempsky
· 10 years ago
d7bd185
base: Add CHECK_IMPLIES and DCHECK_IMPLIES.
by vmpstr
· 10 years ago
9043c4e
Fix more disabled MSVC warnings, base/ edition.
by pkasting
· 10 years ago
f01cfba
Move logging.h's definitions of operator<< into namespace std.
by jyasskin@chromium.org
· 10 years ago
15135cd
[Android] Spill out CHECK error message in official build
by feng@chromium.org
· 10 years ago
3dc979c
Remove two unused logging::LogMessage constructors.
by viettrungluu@chromium.org
· 10 years ago
96925ac
Remove the LOG_ERROR_REPORT log severity level.
by viettrungluu@chromium.org
· 10 years ago
0572c5b
Removed LOG_GETLASTERROR and LOG_ERRNO macros.
by vitalybuka@chromium.org
· 10 years ago
e871736
Extracted logging::SystemErrorCodeToString function.
by vitalybuka@chromium.org
· 11 years ago
1eea140
Change DCHECK_IS_ON() to DCHECK_IS_ON
by wangxianzhu@chromium.org
· 11 years ago
75a5cd9
Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 only
by wangxianzhu@chromium.org
· 11 years ago
fbb128c
Avoid function call for disabled DCHECK in non-official release build
by wangxianzhu@chromium.org
· 11 years ago
452131f
Documentation fix - Delete meaningless paragraph.
by girard@chromium.org
· 11 years ago
7fd86b3
Log an error in release builds when NOTREACHED is hit in ChromiumOS builds. This data can be collected on ChromiumOS when the user consents to it; this should help us collect more data about what shouldn't be happening in prod that happens anyways.
by zork@chromium.org
· 11 years ago
6d98720
Define a LoggingSettings struct to use for InitLogging()
by akalin@chromium.org
· 11 years ago
41b654a
allow unofficial builds with DCHECK and DLOG disabled
by mostynb@opera.com
· 11 years ago
ba78f85
Remving global statics from the headers, so we can split-link.
by cpu@chromium.org
· 11 years ago
92bc4e3
If OFFICIAL_BUILD is set on any platform, omit DCHECKs in Release mode.
by jyasskin@chromium.org
· 11 years ago
76bc94e
Ensure that logging works in the GPU process when the --enable-logging and --v switches are specified.
by ananta@chromium.org
· 12 years ago
00e3a07
Fix compile breakage when using stream operators when NOTIMPLEMENTED_POLICY=5.
by miu@chromium.org
· 12 years ago
c68f810
Only define ERROR on windows builds
by joth@chromium.org
· 12 years ago
6ecced4
Revert "Revert 147986 - [Android] Add remaining build/common.gypi changes from downstream and strip NOTIMPLEMENTED()s from official builds."
by yfriedman@chromium.org
· 12 years ago
Next »