Closed
Bug 251186
Opened 21 years ago
Closed 17 years ago
Mozilla XPrint subsystem lacks documented logging capabilities needed fot testing
Categories
(Core Graveyard :: Printing: Xprint, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: aleksander.adamowski, Assigned: masaki.katakai)
Details
Currently there's either no method to extract debugging info from XPrint
subsystem in Mozilla or it's undocumented.
For example using standard NSPR log facility (see
http://www.mozilla.org/projects/nspr/reference/html/prlog.html) one can extract
very useful protocol debug logs for:
* IMAP, POP, NNTP, or SMTP:
http://www.mozilla.org/quality/mailnews/mail-troubleshoot.html
* HTTP: http://www.mozilla.org/projects/netlib/http/http-debugging.html
I currently have a mysterious problem where Mozilla apparently doesn't try to
contact the XPrint server even though XPSERVERLIST is set properly and sample
clients work well.
If I could just set some environment variables (e.g. NSPR_LOG_MODULES=XPrint:5
NSPR_LOG_FILE=~/moz_xprint.log) to get a dump of XPrint subsystem log messages,
I probably could track down the problem...
Comment 1•17 years ago
|
||
xprint support code was removed from Mozilla trunk, so this won't ever get added.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 2•17 years ago
|
||
Then the removal should be noted on the Mozilla XPrint page: http://www.mozilla.org/projects/xprint/
The page currently draws an idealised picture of XPrint and plans for its future use in Mozilla, but its contents haven't been updated for a couple of years already.
Updated•17 years ago
|
Product: Core → Core Graveyard
Comment 3•16 years ago
|
||
Re comment #2, I've archived the XPrint pages. This means that any links going to these pages will get sent to the archive site where there's a notice saying that this content is out of date and available for historical purposes only.
www-archive.mozilla.org/projects/xprint
You need to log in
before you can comment on or make changes to this bug.
Description
•