You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Fix logging command line string for sub-processes (#351).
Remove CefExecuteProcess call in cef.Initialize. This call should
happen only in subprocess main.cpp.
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.
The text was updated successfully, but these errors were encountered: