2007-07-25 01:06:09 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2007-07-25 01:06:09 +00:00
|
|
|
|
|
|
|
#ifndef toolkit_breakpad_mac_utils_h__
|
|
|
|
#define toolkit_breakpad_mac_utils_h__
|
|
|
|
|
2013-09-23 17:25:00 +00:00
|
|
|
#include "nsString.h"
|
2008-08-28 04:41:38 +00:00
|
|
|
|
|
|
|
// Given an Objective-C NSException object, put exception info into a string.
|
|
|
|
void GetObjCExceptionInfo(void* inException, nsACString& outString);
|
|
|
|
|
2007-07-25 01:06:09 +00:00
|
|
|
#endif /* toolkit_breakpad_mac_utils_h__ */
|