Closed
Bug 386281
Opened 17 years ago
Closed 17 years ago
"Type Manifest File:" spewed to console on launch.
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
People
(Reporter: Dolske, Assigned: Dolske)
References
Details
Attachments
(1 file, 1 obsolete file)
1.23 KB,
patch
|
dougt
:
review+
benjamin
:
superreview+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•17 years ago
|
||
(doh)
Every time I launch Minefield, one of the first lines logged to console is:
Type Manifest File: /Users/dolske/[...profile path...]/xpti.dat
It's just one line, but lots of low-value just-one-lines are causing a lot of unneeded console spewage.
Attachment #270273 -
Flags: review?(dougt)
Comment 2•17 years ago
|
||
Is this the very first line normally? I actually find it quite useful as it tells me which profile the app is starting up with (or even where it is if its a new profile) - which is very useful when you're trying to sort out profile migration and selection issues.
Anyway if you are going to get rid of it, you might as well just get rid of the whole ifdef.
Assignee | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> Is this the very first line normally? I actually find it quite useful as it
> tells me which profile the app is starting up with
I'm seeing it often with my builds, at least.
If we had common problems with things starting up with the wrong profile, then it would make sense to leave it in by default. But "this is sometimes useful" otherwise results in the mass console spewage we have today. :(
> Anyway if you are going to get rid of it, you might as well just get rid of the
> whole ifdef.
Oh, good point. Heh!
Comment 4•17 years ago
|
||
Comment on attachment 270273 [details] [diff] [review]
Remove printf
it is a debug build, but i suppose that the location of the xpt file is a well know location.
agreed.
Attachment #270273 -
Flags: review?(dougt) → review+
Assignee | ||
Comment 5•17 years ago
|
||
The previous r+ can probably carryover, but might as well be conservative. :)
Attachment #270273 -
Attachment is obsolete: true
Attachment #270381 -
Flags: review?(dougt)
Comment 6•17 years ago
|
||
Comment on attachment 270381 [details] [diff] [review]
Remove the whole #ifdef
yeah, i guess I should have looked at where shown was being used...
Attachment #270381 -
Flags: review?(dougt) → review+
Assignee | ||
Updated•17 years ago
|
Attachment #270381 -
Flags: superreview?(benjamin)
Updated•17 years ago
|
Attachment #270381 -
Flags: superreview?(benjamin) → superreview+
Assignee | ||
Comment 7•17 years ago
|
||
Checking in xpcom/reflect/xptinfo/src/xptiManifest.cpp;
/cvsroot/mozilla/xpcom/reflect/xptinfo/src/xptiManifest.cpp,v <-- xptiManifest.cpp
new revision: 1.32; previous revision: 1.31
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•