Page 1 of 1

How can I disable for crashpad-handler process ?

PostPosted: Mon May 15, 2017 2:10 am
by mung
Hi ~ :)

I use cef in my project.
Crashpad-handler are start When I starting my project.

I wanna disable for crashpad-handler process.

How can I do ?

Cef version is _3.2883.1540.
And I use Window 7.

Sadly, I'm not good at english. ;(

Re: How can I disable for crashpad-handler process ?

PostPosted: Mon May 15, 2017 4:28 am
by magreenblatt
Update to a newer CEF version. The crash reporter process will only be launched if you create a "crash_reporter.cfg" file. See https://bitbucket.org/chromiumembedded/ ... porting.md for details.

Re: How can I disable for crashpad-handler process ?

PostPosted: Mon May 15, 2017 6:23 am
by mung
magreenblatt wrote:Update to a newer CEF version. The crash reporter process will only be launched if you create a "crash_reporter.cfg" file. See https://bitbucket.org/chromiumembedded/ ... porting.md for details.


Thank you so much :)
I checked this. :)

Thank you :)