So I was going through this page: http://dev.chromium.org/developers/crash-reports. According to that page, I have to build crash_service but the built service is not an executable file as mentioned in that site. Instead it generates a static library file. After going through some sites, looks like maybe 'content_shell_crash_service' is responsible for doing so instead of crash_service. So I did launch content_shell_crash_service.exe and started our customized browser with --single-process and --noerrdialogs arguments. Now if I crash the browser by typing chrome://crash then none of the breakpoints in the methods of 'content_shell_crash_service.exe' are being triggered. I have already modified the event name of 'running_event' when invoking CreateEvent in 'bool CrashService::Initialize'. I must be missing something. Can someone tell me what else should I do?Thanks
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
☆PhistucK
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Crash reporting is not available in WorkStream.
I have already managed to get two instances of crash handlers (x86 and x64) running as service in the background. Can someone give me a pointer on how to do it? Thanks
> Crash reporting is not available in WorkStream.This forum is about mainline chromium development, not forks or derivate products.This seems to be about the WorkStream Browser not chromium.If that's the case, this question is better asked to the cloudfactory support.Maybe that is simply intentionally disabled by the maintainers of WorkStream.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
There are quite a lot of reasons why crash reporting might be disabled in your build. We had to make some changes in Chromium code to get it working in CEF, for example. Reviewing the comments and commits linked from https://bitbucket.org/chromiumembedded/cef/issues/1995 might help you to debug the problem in your application.
On Wed, Feb 8, 2017 at 9:49 AM, PhistucK <phis...@gmail.com> wrote:
:) But Asesh is the developer of the WorkStream browser, Asesh is trying to add support for crash reporting. Any advice?
☆PhistucK
On Wed, Feb 8, 2017 at 4:33 PM, Primiano Tucci <prim...@chromium.org> wrote:
> Crash reporting is not available in WorkStream.This forum is about mainline chromium development, not forks or derivate products.This seems to be about the WorkStream Browser not chromium.If that's the case, this question is better asked to the cloudfactory support.Maybe that is simply intentionally disabled by the maintainers of WorkStream.
There are quite a lot of reasons why crash reporting might be disabled in your build. We had to make some changes in Chromium code to get it working in CEF, for example. Reviewing the comments and commits linked from https://bitbucket.org/chromiumembedded/cef/issues/1995 might help you to debug the problem in your application.
On Wed, Feb 8, 2017 at 9:49 AM, PhistucK <phis...@gmail.com> wrote:
:) But Asesh is the developer of the WorkStream browser, Asesh is trying to add support for crash reporting. Any advice?
☆PhistucK
On Wed, Feb 8, 2017 at 4:33 PM, Primiano Tucci <prim...@chromium.org> wrote:
> Crash reporting is not available in WorkStream.This forum is about mainline chromium development, not forks or derivate products.This seems to be about the WorkStream Browser not chromium.If that's the case, this question is better asked to the cloudfactory support.Maybe that is simply intentionally disabled by the maintainers of WorkStream.
One quick question to Marshall Greenblatt: Are you guys using in-process crash handler or external crash handler processes (GoogleCrashHandler.exe and GoogleCrashHandler64.exe)? If we set usagestats to 1 in registry (For Chrome: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Google\Update\ClientState\{8A69D345-D564-463C-AFF1-A69D9E530F96}) then GoogleCrashHandler.exe and GoogleCrashHandler64.exe will continue to run and it's responsible for sending those data to Google. That's what I did too and got stuck.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.