From 96fd00320f4eef1cc52f68939f86b319f6d2095f Mon Sep 17 00:00:00 2001 From: "ajwong@chromium.org" Date: Fri, 24 Apr 2009 00:13:08 +0000 Subject: Print backtraces on FATAL log messages in debug mode. This provides basic support for looking up backtrace information on GNU libc systems and in Windows. The code is only enabled for FATAL log messages in debug mode. In a release build, it is unlikely that symbols will be available making the backtrace less useful. Review URL: http://codereview.chromium.org/62140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14391 0039d316-1c4b-4281-b951-d872f2087c98 --- base/base.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'base/base.gyp') diff --git a/base/base.gyp b/base/base.gyp index 977b9d8..58601ae 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -549,6 +549,7 @@ 'command_line_unittest.cc', 'condition_variable_unittest.cc', 'data_pack_unittest.cc', + 'debug_util_unittest.cc', 'directory_watcher_unittest.cc', 'field_trial_unittest.cc', 'file_path_unittest.cc', -- cgit v1.1