| Index: base/logging.h
|
| diff --git a/base/logging.h b/base/logging.h
|
| index ea096d19f729cb9043b0a6fcaea7a935e0d943aa..21ba1f85082f55cdd21b41d4c6ac7c9465c4544c 100644
|
| --- a/base/logging.h
|
| +++ b/base/logging.h
|
| @@ -436,7 +436,7 @@ const LogSeverity LOG_0 = LOG_ERROR;
|
| #if defined(OFFICIAL_BUILD) && defined(NDEBUG) && !defined(OS_ANDROID)
|
|
|
| // Make all CHECK functions discard their log strings to reduce code
|
| -// bloat for official release builds.
|
| +// bloat for official release builds (except Android).
|
|
|
| // TODO(akalin): This would be more valuable if there were some way to
|
| // remove BreakDebugger() from the backtrace, perhaps by turning it
|
|
|