Closed
Bug 1242097
Opened 10 years ago
Closed 10 years ago
Support sync module for logging
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla47
People
(Reporter: billm, Assigned: billm)
References
Details
Attachments
(1 file)
2.51 KB,
patch
|
erahm
:
review+
|
Details | Diff | Splinter Review |
I've been using NSPR logging to debug some IPC crashes, but it's not too useful if the log doesn't get flushed on every write. The last writes are usually the most interesting. This patch adds support for the artificial "sync" module, which NSPR already seems to support.
Attachment #8711261 -
Flags: review?(erahm)
Comment 1•10 years ago
|
||
Comment on attachment 8711261 [details] [diff] [review]
patch
Review of attachment 8711261 [details] [diff] [review]:
-----------------------------------------------------------------
r=me, thank you for adding this missing NSPR feature.
Attachment #8711261 -
Flags: review?(erahm) → review+
Backed out as part of these two commmits:
remote: https://hg.mozilla.org/integration/mozilla-inbound/rev/f8be949a7397
remote: https://hg.mozilla.org/integration/mozilla-inbound/rev/928befa33041
Something from this or bug 1240985 caused near permafails like https://treeherder.mozilla.org/logviewer.html#?job_id=20470069&repo=mozilla-inbound
Flags: needinfo?(wmccloskey)
![]() |
||
Comment 5•10 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
![]() |
||
Comment 6•10 years ago
|
||
bugherder |
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(wmccloskey)
You need to log in
before you can comment on or make changes to this bug.
Description
•