Bug 168974 - [WebRTC] Limit libwebrtc logging in Debug build
Summary: [WebRTC] Limit libwebrtc logging in Debug build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-28 10:22 PST by youenn fablet
Modified: 2017-02-28 13:15 PST (History)
3 users (show)

See Also:


Attachments
Patch (4.27 KB, patch)
2017-02-28 11:18 PST, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2017-02-28 10:22:33 PST
libwebrtc log in debug is important by default.
We should limit it to warning/error level messages by default.
Comment 1 youenn fablet 2017-02-28 11:18:01 PST
Created attachment 302954 [details]
Patch
Comment 2 youenn fablet 2017-02-28 11:21:57 PST
To activate verbose libwebrtc logging, one could use something like
defaults write -g WebCoreLogging "WebRTC"
The same should apply to NetworkProcess logging.
Comment 3 WebKit Commit Bot 2017-02-28 13:15:39 PST
Comment on attachment 302954 [details]
Patch

Clearing flags on attachment: 302954

Committed r213167: <http://trac.webkit.org/changeset/213167>
Comment 4 WebKit Commit Bot 2017-02-28 13:15:43 PST
All reviewed patches have been landed.  Closing bug.