Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging command line string doesn't work for all child processes #351

Closed
cztomczak opened this issue Apr 19, 2017 · 1 comment
Closed

Logging command line string doesn't work for all child processes #351

cztomczak opened this issue Apr 19, 2017 · 1 comment
Labels
Milestone

Comments

@cztomczak
Copy link
Owner

On Linux in logs I can only see command line string for browser process and zygote process. Command line string for browser process should be logged in OnBeforeCommandLineProcessing and command line strings for child processes should be logged in OnBeforeChildProcessLaunch. In OnBeforeCommandLineProcessing you can't using CEF logging mechanism, because log settings are not initialized at that point.

@cztomczak cztomczak added this to the v56 milestone Apr 19, 2017
cztomczak added a commit that referenced this issue Apr 19, 2017
Fix logging command line string for sub-processes (#351).

Remove CefExecuteProcess call in cef.Initialize. This call should
happen only in subprocess main.cpp.
@cztomczak
Copy link
Owner Author

Done in commit 896b0df.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant