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

Possible to suppress of annoying Chrome errors? #18

Open
sdondley opened this issue Jul 8, 2018 · 1 comment
Open

Possible to suppress of annoying Chrome errors? #18

sdondley opened this issue Jul 8, 2018 · 1 comment

Comments

@sdondley
Copy link
Contributor

sdondley commented Jul 8, 2018

I'll often get errors in the output of Chrome. Here's a sample:

2018-07-08 13:13:20.143 Google Chrome[78169:25078696] *** Owner supplied to -[NSTrackingArea initWithRect:options:owner:userInfo:] referenced a deall
ocating object. Tracking area behavior is undefined. Break on NSTrackingAreaDeallocatingOwnerError to debug.
2018-07-08 13:13:22.963 Google Chrome[78169:25078696] *** Owner supplied to -[NSTrackingArea initWithRect:options:owner:userInfo:] referenced a deall
ocating object. Tracking area behavior is undefined. Break on NSTrackingAreaDeallocatingOwnerError to debug.
2018-07-08 13:13:25.752 Google Chrome[78169:25078696] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  d
lopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio, 262): no suitable image found.  Did find:
  /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
  /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
2018-07-08 13:13:25.752 Google Chrome[78169:25078696] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBu
ndle/CFPlugIn 0x7ff6a0ce1530 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)

They clutter up my tests. Wondering if there is a known way to suppress them?

@sdondley
Copy link
Contributor Author

sdondley commented Jul 8, 2018

By the way, I tried the --disable-extensions launch_arg but it had no effect.

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

No branches or pull requests

1 participant