Advertisement
y2kbug

chrome service log

Nov 2nd, 2017
658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. [0.961][INFO]: COMMAND InitSession {
  2. "capabilities": {
  3. "alwaysMatch": {
  4. "browserName": "chrome",
  5. "platformName": "any"
  6. },
  7. "firstMatch": [ {
  8.  
  9. } ]
  10. },
  11. "desiredCapabilities": {
  12. "browserName": "chrome",
  13. "chromeOptions": {
  14. "args": [ "--headless", "--disable-gpu" ],
  15. "extensions": [ ]
  16. },
  17. "platform": "ANY",
  18. "version": ""
  19. }
  20. }
  21. [0.953][INFO]: Populating Preferences file: {
  22. "alternate_error_pages": {
  23. "enabled": false
  24. },
  25. "autofill": {
  26. "enabled": false
  27. },
  28. "browser": {
  29. "check_default_browser": false
  30. },
  31. "distribution": {
  32. "import_bookmarks": false,
  33. "import_history": false,
  34. "import_search_engine": false,
  35. "make_chrome_default_for_user": false,
  36. "show_welcome_page": false,
  37. "skip_first_run_ui": true
  38. },
  39. "dns_prefetching": {
  40. "enabled": false
  41. },
  42. "profile": {
  43. "content_settings": {
  44. "pattern_pairs": {
  45. "https://*,*": {
  46. "media-stream": {
  47. "audio": "Default",
  48. "video": "Default"
  49. }
  50. }
  51. }
  52. },
  53. "default_content_setting_values": {
  54. "geolocation": 1
  55. },
  56. "default_content_settings": {
  57. "geolocation": 1,
  58. "mouselock": 1,
  59. "notifications": 1,
  60. "popups": 1,
  61. "ppapi-broker": 1
  62. },
  63. "password_manager_enabled": false
  64. },
  65. "safebrowsing": {
  66. "enabled": false
  67. },
  68. "search": {
  69. "suggest_enabled": false
  70. },
  71. "translate": {
  72. "enabled": false
  73. }
  74. }
  75. [0.963][INFO]: Populating Local State file: {
  76. "background_mode": {
  77. "enabled": false
  78. },
  79. "ssl": {
  80. "rev_checking": {
  81. "enabled": false
  82. }
  83. }
  84. }
  85. [0.964][INFO]: Launching chrome: /usr/bin/google-chrome --disable-background-networking --disable-browser-side-navigation --disable-client-side-phishing-detection --disable-default-apps --disable-gpu --disable-hang-monitor --disable-popup-blocking --disable-prompt-on-repost --disable-sync --disable-web-resources --enable-automation --enable-logging --force-fieldtrials=SiteIsolationExtensions/Control --headless --ignore-certificate-errors --load-extension=/tmp/.org.chromium.Chromium.RDrRM9/internal --log-level=0 --metrics-recording-only --no-first-run --password-store=basic --remote-debugging-port=12439 --safebrowsing-disable-auto-update --test-type=webdriver --use-mock-keychain --user-data-dir=/tmp/.org.chromium.Chromium.3b4ibt data:,
  86. [60.966][INFO]: RESPONSE InitSession unknown error: Chrome failed to start: exited abnormally
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement