Hi!
I am trying to have chrome log its activity to debug-log. I've found
https://www.chromium.org/for-testers/enable-logging. But the given instructions do not seem to work with Windows ...
Logging is enabled, but does not go to a file setting
CHROME_LOG_FILE="chrome-22-03-2016-15-49-47-09.log"
nor does it work setting
CHROME_LOG_FILE="C:\Users\sct-muc\Desktop\chrome-22-03-2016-15-57-57-12.log"
chrome seems to ignore setting this environment variable.
Chrome instead writes out some lines to stderr on Windows:
[3588:4764:0322/155757:ERROR:child_process_launcher.cc(505)] Failed to launch child process
[3588:4652:0322/155757:ERROR:child_process_launcher.cc(505)] Failed to launch child process
[3588:4652:0322/155757:ERROR:child_process_launcher.cc(505)] Failed to launch child process
[3588:4652:0322/155757:ERROR:child_process_launcher.cc(505)] Failed to launch child process
[3588:4652:0322/155757:ERROR:child_process_launcher.cc(505)] Failed to launch child process
[3588:4652:0322/155757:ERROR:shell.cc(302)] Error: Instance: exe:chrome attempting to register an instance for a process it created
for target: exe:chrome_renderer without the mojo:shell{client_process} capability class.
[3588:4652:0322/155757:ERROR:shell.cc(302)] Error: Instance: exe:chrome attempting to register an instance for a process it created
for target: exe:chrome_renderer without the mojo:shell{client_process} capability class.
[3588:4652:0322/155757:ERROR:shell.cc(302)] Error: Instance: exe:chrome attempting to register an instance for a process it created
for target: exe:chrome_renderer without the mojo:shell{client_process} capability class.
[3588:4652:0322/155757:ERROR:shell.cc(302)] Error: Instance: exe:chrome attempting to register an instance for a process it created
for target: exe:chrome_renderer without the mojo:shell{client_process} capability class.
[3588:4764:0322/155757:ERROR:child_process_launcher.cc(505)] Failed to launch child process
[3588:4652:0322/155802:ERROR:shell.cc(302)] Error: Instance: exe:chrome attempting to register an instance for a process it created
for target: exe:chrome_renderer without the mojo:shell{client_process} capability class.
[3588:4652:0322/155802:ERROR:child_process_launcher.cc(505)] Failed to launch child process
[3588:4652:0322/155803:ERROR:shell.cc(302)] Error: Instance: exe:chrome attempting to register an instance for a process it created
for target: exe:chrome_renderer without the mojo:shell{client_process} capability class.
[3588:4652:0322/155803:ERROR:child_process_launcher.cc(505)] Failed to launch child process
Does not look realy good. Any idea what is going on here?