diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/logging.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/logging.cc b/base/logging.cc index 11dfe5d..41a0933 100644 --- a/base/logging.cc +++ b/base/logging.cc @@ -525,8 +525,6 @@ LogMessage::~LogMessage() { #endif // Crash the process to generate a dump. DebugUtil::BreakDebugger(); - // TODO(mmentovai): when we have breakpad support, generate a breakpad - // dump, but until then, do not invoke the Apple crash reporter. } } } else if (severity_ == LOG_ERROR_REPORT) { |