roadlabs / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Example of integrating Google Breakpad for crash reporting #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Google Breakpad is a multi-platform crash reporting system:

https://code.google.com/p/google-breakpad/

Original issue reported on code.google.com by czarek.t...@gmail.com on 29 Jun 2013 at 4:49

GoogleCodeExporter commented 9 years ago
Seems like Breakpad is already compiled into Chromium:

https://groups.google.com/a/chromium.org/d/topic/chromium-dev/FzPQ4FPROcw/discus
sion

But is it also true with CEF?

Original comment by czarek.t...@gmail.com on 12 Jul 2013 at 7:45

GoogleCodeExporter commented 9 years ago
See this CEF topic and Marshall's response:

http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=10839

 Breakpad needs to be integrated in your application executable and has 
 nothing to do with CEF specifically. In the case of the message you're 
 referencing it's integrated in the chrome_dll and chrome_exe targets (in
 other words, the Chrome browser executable).

Original comment by czarek.t...@gmail.com on 16 Jul 2013 at 8:32

GoogleCodeExporter commented 9 years ago
CEF integrates breakpad, see:
https://code.google.com/p/chromiumembedded/issues/detail?id=1131

Original comment by czarek.t...@gmail.com on 6 Dec 2013 at 6:16

GoogleCodeExporter commented 9 years ago
Breakpad is integrated with CEF in branch 1750 and upper.

Original comment by czarek.t...@gmail.com on 13 Jun 2014 at 6:26