The log is shown when loading YouTube page.
The log line does not print the url of the resource, instead it looks like encoded base64 info in the string.
For example, the line 2858 in 03_15_youtube_log.txt (Please open the attached file to check)
2858 2024-03-15 13:58:45.296 youtube(466) None: [18:0315/055845.295013:WARNING:v8c_script_debugger.cc(397)] [console.warn()] Error while loading 'data:image/png;base64, ................gAAAABJRU5ErkJggg==': FailureImageDecoder failed to decode image.
And the string includes info about mime type "data:image/png". But why in this case, it's not PngDecoder but the FailureImageDecoder is in use?
And besides such error log, we do not see obvious incorrect behavior on the YouTube UI displaying. So just want to confirm, what does such kind of warning mean here? Some potential issue or just something that we can ignore?