Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEnsure that warn! output is visible in client outputs. #1677
Comments
|
I don't think it's necessarily a responsibility of WR. |
|
There's an existing bug (from @nical I think) about providing an interface for C++ clients to access a logging stream (perhaps via callback). This is probably related to that. |
|
In gecko we have various ways to log warnings. The one that I am interested in having some plumbing for in webrender is the gfxCriticalError/gfxCriticalNote that saves the log in the crash reports. We tend to use it sparingly, only in places where we are likely to crash soon and the logged information would helps with investigating the issue. It is super useful. |
|
@nical sounds good. Could you create a Bugzilla item for this? |
|
There we go: https://bugzilla.mozilla.org/show_bug.cgi?id=1399389 |
|
I have some updates for this in https://bugzilla.mozilla.org/show_bug.cgi?id=1399389. |
|
The associated bugzilla bugs are fixed. |
No description provided.