Closed
Bug 942483
Opened 10 years ago
Closed 10 years ago
Port paint-dumping to android/b2g
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: BenWa, Assigned: BenWa)
References
Details
Attachments
(2 files, 1 obsolete file)
I believe all we need to do print through printf_stderr which on android/b2g will go to logcat.
Attachment #8337300 -
Flags: review?(matt.woodrow)
Updated•10 years ago
|
Attachment #8337300 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bgirard
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8337336 -
Flags: review?(gal)
Comment 2•10 years ago
|
||
Don't you always want to enable this? And maybe a prop you can set with adb setprop to actually show the output? Is the overhead too expensive?
Updated•10 years ago
|
Attachment #8337336 -
Flags: review?(gal) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Let me see how much it adds to XUL
Assignee | ||
Comment 4•10 years ago
|
||
Before: 26116792 After: 26145464 ---------------- Diff: + 28672 28k isn't big but it's also non trivial. It's a 0.1% increase.
Comment 5•10 years ago
|
||
This is not usually loaded, right? I mean the pages with the code and strings. On disk is zip-ed. I would argue we can afford this, considering that it can be very useful for diagnosis.
Assignee | ||
Comment 6•10 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=2e8707010629
Assignee | ||
Comment 7•10 years ago
|
||
fixed va_copy error on windows
Attachment #8337300 -
Attachment is obsolete: true
Attachment #8337429 -
Flags: review+
Assignee | ||
Comment 8•10 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=697968d2b22a
Assignee | ||
Comment 9•10 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=b5c39ab7ba15
Assignee | ||
Comment 10•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/b6a8c9ded5b0
Assignee | ||
Comment 11•10 years ago
|
||
checkin-needed for b2g gonk-misc pull request.
Keywords: checkin-needed
Comment 13•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b6a8c9ded5b0
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
You need to log in
before you can comment on or make changes to this bug.
Description
•