Closed
Bug 1309129
Opened 9 years ago
Closed 9 years ago
Redirect nICEr logging to NSPR
Categories
(Core :: WebRTC: Networking, defect, P2)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
| backlog | webrtc/webaudio+ |
People
(Reporter: drno, Assigned: drno)
References
Details
Attachments
(1 file)
It is really annoying that nICEr logging goes to a different place then most of other logging.
Additionally users on the official Windows release build can't get us any logging above log level Info, because the stdout/stderr are not available on these builds and therefore the nICEr logging goes to /dev/null.
| Assignee | ||
Updated•9 years ago
|
backlog: --- → webrtc/webaudio+
Rank: 20
| Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8799632 [details]
Bug 1309129: enable redirecting of nICEr logging to NSPR logging.
https://reviewboard.mozilla.org/r/84776/#review83480
Hmm. Grafting this extra duty onto this class is a little odd to me. But to separate it out would be a lot more code. Maybe rename the class to something more accurate?
Attachment #8799632 -
Flags: review?(docfaraday) → review+
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 4•9 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8799632 [details]
Bug 1309129: enable redirecting of nICEr logging to NSPR logging.
https://reviewboard.mozilla.org/r/84776/#review83480
I started with an extra class, tried to add extra code to handle two extra callbacks in nrappkit. And then it dawned on me that I could just extend the existing callback.
Renamed everything to rlogconnector. Not a beauty either, but hopefully less confusing. Let me know if someone has a better proposal.
Comment 5•9 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8799632 [details]
Bug 1309129: enable redirecting of nICEr logging to NSPR logging.
https://reviewboard.mozilla.org/r/84776/#review83480
I can live with that.
Pushed by drno@ohlmeier.org:
https://hg.mozilla.org/integration/autoland/rev/28cab19aa7f1
enable redirecting of nICEr logging to NSPR logging. r=bwc
Comment 7•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•