RESOLVED FIXED 113852
Refine LOG messages in WebSocket related components
https://bugs.webkit.org/show_bug.cgi?id=113852
Summary Refine LOG messages in WebSocket related components
Takeshi Yoshino
Reported 2013-04-02 23:48:18 PDT
- LOG messages should contain method names to ease identifying where the event occurred. - For consistency, make all messages print the pointer of the origin instance. - Quote UTF8 data in LOG messages. - For overloaded methods, add the type to clarify which one is run
Attachments
Patch (28.00 KB, patch)
2013-04-02 23:51 PDT, Takeshi Yoshino
no flags
Patch (28.00 KB, patch)
2013-04-03 01:48 PDT, Takeshi Yoshino
no flags
Patch (28.00 KB, patch)
2013-04-03 03:19 PDT, Takeshi Yoshino
no flags
Takeshi Yoshino
Comment 1 2013-04-02 23:51:25 PDT
Kent Tamura
Comment 2 2013-04-03 00:56:49 PDT
Comment on attachment 196290 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196290&action=review > Source/WebCore/Modules/websockets/WebSocketChannel.cpp:390 > + LOG(Network, "WebSocketChannel %p appendToBuffer Buffer overflow (%lu bytes already in receive buffer and appending %lu bytes)", this, static_cast<unsigned long>(m_buffer.size()), static_cast<unsigned long>(len)); appendToBuffer -> appendToBuffer() for consistency? > Source/WebCore/Modules/websockets/WebSocketChannel.cpp:468 > + LOG(Network, "WebSocketChannel %p startClosingHandshake code=%d m_receivedClosingHandshake=%d", this, m_closing, m_receivedClosingHandshake); startClosingHandshake -> startClosingHandshake() ?
Takeshi Yoshino
Comment 3 2013-04-03 01:48:46 PDT
Takeshi Yoshino
Comment 4 2013-04-03 01:49:16 PDT
(In reply to comment #2) Thanks for review. Fixed both.
Takeshi Yoshino
Comment 5 2013-04-03 03:19:52 PDT
Takeshi Yoshino
Comment 6 2013-04-03 03:21:18 PDT
(In reply to comment #5) Sorry for last minute fix. Replaced %p in WebSocket.cpp L356 with '%s' as it's printable URL data.
WebKit Review Bot
Comment 7 2013-04-03 05:14:19 PDT
Comment on attachment 196314 [details] Patch Clearing flags on attachment: 196314 Committed r147542: <http://trac.webkit.org/changeset/147542>
WebKit Review Bot
Comment 8 2013-04-03 05:14:24 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.