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
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?
The text was updated successfully, but these errors were encountered:
I'll often get errors in the output of Chrome. Here's a sample:
They clutter up my tests. Wondering if there is a known way to suppress them?
The text was updated successfully, but these errors were encountered: