mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-24 16:48:43 +00:00
Code review issue 9002: Add paranoid logging to Inspector & Reporter
A=jeremy moskovich R=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@333 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -88,7 +88,7 @@ kern_return_t OnDemandServer::Initialize(const char *server_command,
|
||||
&service_port_);
|
||||
|
||||
if (kr != KERN_SUCCESS) {
|
||||
//PRINT_MACH_RESULT(kr, "bootstrap_create_service() : ");
|
||||
PRINT_MACH_RESULT(kr, "bootstrap_create_service() : ");
|
||||
|
||||
// perhaps the service has already been created - try to look it up
|
||||
kr = bootstrap_look_up(bootstrap_port, (char*)service_name, &service_port_);
|
||||
|
||||
Reference in New Issue
Block a user