RESOLVED FIXED 221539
Add ConsoleMessage::toString()
https://bugs.webkit.org/show_bug.cgi?id=221539
Summary Add ConsoleMessage::toString()
Alicia Boya García
Reported 2021-02-08 02:06:13 PST
Currently ConsoleMessage doesn't have a publicly API to retrieve the stored JSON values into a string for printing. The closest equivalent is message(), but it doesn't return any JSON objects attached. This makes it an ill fit when printing ConsoleMessage's to the system terminal, since these JSON values often contain information that is important for debugging, e.g.: SourceBufferPrivateGStreamer::removeCodedFrames(126493C320000001) removing sample (notice: no sample) SourceBufferPrivateGStreamer::removeCodedFrames(126493C320000001) the range in removeCodedFrames() includes already enqueued samples, reenqueueing from (notice: no time) This patch adds a new ConsoleMessage::toString() method that constructs a String containing these JSON values, and makes use of it when printing messages to the system terminal, giving more useful output.
Attachments
Patch (7.41 KB, patch)
2021-02-08 02:58 PST, Alicia Boya García
no flags
Alicia Boya García
Comment 1 2021-02-08 02:58:34 PST
EWS
Comment 2 2021-02-08 10:11:36 PST
Committed r272499: <https://commits.webkit.org/r272499> All reviewed patches have been landed. Closing bug and clearing flags on attachment 419571 [details].
Radar WebKit Bug Importer
Comment 3 2021-02-10 14:34:44 PST
Note You need to log in before you can comment on or make changes to this bug.