summaryrefslogtreecommitdiffstats
path: root/chrome/common/crash_keys.h
Commit message (Collapse)AuthorAgeFilesLines
* Add some crash keys to figure out a ZoomBubbleController crash.rsesek@chromium.org2013-06-271-0/+4
| | | | | | | | | BUG=254977 R=shess@chromium.org Review URL: https://chromiumcodereview.appspot.com/18059006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209019 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Record backtrace with nsexception logging.shess@chromium.org2013-03-201-1/+2
| | | | | | | | | | | | | | | It has been suggested that the HALPropertyListener_Call_Helper() crashes may be correlated with nsexception = "NSPortTimeoutException reason connection timeout: did not receive reply". One of the whitelisted cases involves enumerating devices, so that could be related. This will record the backtrace where the exception is throwing from. BUG=158170 Review URL: https://codereview.chromium.org/12611026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189458 0039d316-1c4b-4281-b951-d872f2087c98
* [ppapi] Add crash key for which plugin is loaded.shess@chromium.org2013-03-181-0/+2
| | | | | | | | | | | | In theory, it is easy to look at the modules in the crash dump. In practice, if the plugin has been unloaded that is hard. BUG=172319 Review URL: https://chromiumcodereview.appspot.com/12776003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188845 0039d316-1c4b-4281-b951-d872f2087c98
* Create the crash key registration system and register some Mac-specific keys.rsesek@chromium.org2013-01-151-0/+6
| | | | | | | | | BUG=77656 Review URL: https://chromiumcodereview.appspot.com/11761030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177015 0039d316-1c4b-4281-b951-d872f2087c98
* Replace all uses of base/mac/crash_logging.h with base/debug/crash_logging.h.rsesek@chromium.org2013-01-031-0/+38
This also centralizes most crash keys into a constants file. BUG=77656 Review URL: https://codereview.chromium.org/11734011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174985 0039d316-1c4b-4281-b951-d872f2087c98