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
Limit array buffer tracing in TRACE_WEBGL_CALLS (#24776)
It seems like a recent change to chrome means that error logging is now
sent to stderr, which means certain browser tests that use
`TRACE_WEBGL_CALLS` are hitting the 50mb log limit in circleCI. Better to
avoid logging huge array buffers.
0 commit comments