DescriptionSuppress logspam arising from trying to register/load v8 blobs.
Because we don't know which blobs we will end up using, because
we can't predict from the browser process what ABI the renderer
process will end up executing with, we can't log an error
immediately. Instead we should pass through the returned invalid
file descriptor and let the renderer process fail if it doesn't
have access to the blobs it needs.
BUG=594563
Committed: https://crrev.com/02b5769f94789389b278bb7a6157ce6fd94b5dcd
Cr-Commit-Position: refs/heads/master@{#389799}
Patch Set 1 #Patch Set 2 : Just drop the log message on the floor if it is empty or equal to the filename #Patch Set 3 : comment #Messages
Total messages: 10 (4 generated)
|