Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Symbols aren't always present, which causes this test to fail. In ↵ | ajwong@chromium.org | 2009-04-24 | 1 | -0/+5 |
| | | | | | | | | particular, symbols are not present on the buildbot which means this test always fails on the buildbot. Disabling the code for now to bring the tree green. Review URL: http://codereview.chromium.org/92112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14401 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Print backtraces on FATAL log messages in debug mode. | ajwong@chromium.org | 2009-04-24 | 1 | -0/+72 |
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 |