Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Re-add crash_service::Main to make google_breakpad::ExceptionHandler out
Browse files Browse the repository at this point in the history
of process again

Autidor: @bridiver, @bsclifton
  • Loading branch information
darkdh committed Jan 12, 2017
1 parent 94860e6 commit 3eb9e8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions atom/app/atom_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd, int) {
}
}

// if (IsEnvSet("ELECTRON_INTERNAL_CRASH_SERVICE")) {
// return crash_service::Main(cmd);
// }
if (isenvset("electron_internal_crash_service")) {
return crash_service::main(cmd);
}

sandbox::SandboxInterfaceInfo sandbox_info = {0};
content::InitializeSandboxInfo(&sandbox_info);
Expand Down

2 comments on commit 3eb9e8a

@darkdh
Copy link
Member Author

@darkdh darkdh commented on 3eb9e8a Jan 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix little accident in 99dff28

@bsclifton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.