mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-26 02:08:41 +00:00
Extract constants from Breakpad.h.
This is done to allow ios implementation to use the same constants. Review URL: http://breakpad.appspot.com/311001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@856 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
// It will perform throttling based on the parameters passed to it and will
|
||||
// prompt the user to send the minidump.
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#include "client/mac/sender/uploader.h"
|
||||
#import "GTMDefines.h"
|
||||
|
||||
@@ -27,17 +27,17 @@
|
||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#import <pwd.h>
|
||||
#import <sys/stat.h>
|
||||
#import <unistd.h>
|
||||
#import "client/mac/sender/crash_report_sender.h"
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <pwd.h>
|
||||
#import <sys/stat.h>
|
||||
#import <SystemConfiguration/SystemConfiguration.h>
|
||||
#import <unistd.h>
|
||||
|
||||
#import "common/mac/HTTPMultipartUpload.h"
|
||||
|
||||
#import "crash_report_sender.h"
|
||||
#import "client/mac/Framework/BreakpadDefines.h"
|
||||
#import "common/mac/GTMLogger.h"
|
||||
#import "common/mac/HTTPMultipartUpload.h"
|
||||
|
||||
|
||||
#define kLastSubmission @"LastSubmission"
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
#include "client/mac/Framework/Breakpad.h"
|
||||
#import "common/mac/GTMDefines.h"
|
||||
|
||||
#define kClientIdPreferenceKey @"clientid"
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
|
||||
#import "common/mac/HTTPMultipartUpload.h"
|
||||
|
||||
#import "client/mac/Framework/BreakpadDefines.h"
|
||||
#import "client/mac/sender/uploader.h"
|
||||
#import "common/mac/GTMLogger.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user