Closed
Bug 170876
Opened 23 years ago
Closed 23 years ago
allow plugin logging in release builds in all files
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.2beta
People
(Reporter: peterlubczynski-bugs, Assigned: peterl-bugs)
Details
(Whiteboard: [PL2:NA])
Attachments
(1 file)
1.26 KB,
patch
|
srgchrpv
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
Currently plugin logging works in release builds in nsPluginHostImpl.cpp because
FORCE_PR_LOG is defined. I propose to move it to nsPluginLogging.h so that all
plugin files will get logged in release builds (which will help us debug bugs
easier).
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Updated•23 years ago
|
Comment 2•23 years ago
|
||
Comment on attachment 100677 [details] [diff] [review]
patch v.1
r=serge
Attachment #100677 -
Flags: review+
Comment 3•23 years ago
|
||
Comment on attachment 100677 [details] [diff] [review]
patch v.1
sr=alecf
do we want to turn this off before shipping or anything, to reduce code bloat?
Attachment #100677 -
Flags: superreview+
Reporter | ||
Comment 4•23 years ago
|
||
patch checked in, marking FIXED.
See bug 55999 about removing FORCE_PR_LOG to reduce footprint.
I tried the bits from Netscape.com and I was amazed at how much gets outputed to
my console by many modules:
set NSPR_LOG_MODULES=all:5
netscp.exe -console
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•