File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -186,11 +186,12 @@ void InitCrashReporter() {
186
186
NSString * resource_path = [[NSString alloc ] initWithUTF8String: GetFrameworksPath ().value ().c_str ()];
187
187
NSString *inspector_location =
188
188
[resource_path stringByAppendingPathComponent: @" crash_inspector" ];
189
+ #if 0
189
190
NSString *reporter_bundle_location =
190
191
[resource_path stringByAppendingPathComponent:@"crash_report_sender.app"];
191
192
NSString *reporter_location =
192
193
[[NSBundle bundleWithPath:reporter_bundle_location] executablePath];
193
-
194
+ # endif
194
195
195
196
VLOG (1 ) << " resource_path: " << [resource_path UTF8String ];
196
197
VLOG (1 ) << " inspector_location: " << [inspector_location UTF8String ];
@@ -205,8 +206,10 @@ void InitCrashReporter() {
205
206
[[info_dictionary mutableCopy ] autorelease ];
206
207
[breakpad_config setObject: inspector_location
207
208
forKey: @BREAKPAD_INSPECTOR_LOCATION];
209
+ #if 0
208
210
[breakpad_config setObject:reporter_location
209
211
forKey:@BREAKPAD_REPORTER_EXE_LOCATION];
212
+ #endif
210
213
211
214
// In the main application (the browser process), crashes can be passed to
212
215
// the system's Crash Reporter. This allows the system to notify the user
You can’t perform that action at this time.
0 commit comments