Closed
Bug 809566
Opened 13 years ago
Closed 13 years ago
"Entanglement" web app causes continuous warnings about "Aborting update due to more relevant display-port in event queue"
Categories
(Firefox for Android Graveyard :: Toolbar, defect, P3)
Tracking
(firefox19 affected)
RESOLVED
FIXED
Firefox 20
| Tracking | Status | |
|---|---|---|
| firefox19 | --- | affected |
People
(Reporter: cpeterson, Assigned: BenWa)
References
()
Details
Attachments
(1 file)
|
1.20 KB,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
STR:
1. Install "Entanglement" web app: https://marketplace.mozilla.org/app/entanglement
2. Run game while watching adb logcat. (This can take a long time!)
RESULT:
logcat reports continuous warnings:
D/GeckoLayerClient( 1875): Aborting update due to more relevant display-port in event queue
D/GeckoLayerClient( 1875): Aborting update due to more relevant display-port in event queue
D/GeckoLayerClient( 1875): Aborting update due to more relevant display-port in event queue
D/GeckoLayerClient( 1875): Aborting update due to more relevant display-port in event queue
D/GeckoLayerClient( 1875): Aborting update due to more relevant display-port in event queue
...
Comment 1•13 years ago
|
||
Kats - Any idea what's happening here? Is it just debugging code?
Component: Web Apps → Graphics, Panning and Zooming
Flags: needinfo?(bugmail.mozilla)
Priority: -- → P3
QA Contact: aaron.train
Comment 2•13 years ago
|
||
This is coming from the tiling stuff Cwiiis/BenWa have been working on. I think this is normal behaviour with debug output, but we should probably take out that logging now.
Flags: needinfo?(bugmail.mozilla) → needinfo?(bgirard)
Comment 3•13 years ago
|
||
This is coming from the tiling stuff Cwiiis/BenWa have been working on. I think this is normal behaviour with debug output, but we should probably take out that logging now.
| Assignee | ||
Comment 4•13 years ago
|
||
This is debug code. It means we spot painting what we're currently painting to favor painting something more relevant.
I though that log.d wouldn't show up without explicitly requesting debug logging but we're happy to remove it.
Flags: needinfo?(bgirard)
| Assignee | ||
Comment 5•13 years ago
|
||
Assignee: nobody → bgirard
Status: NEW → ASSIGNED
Attachment #683291 -
Flags: review?(bugmail.mozilla)
Comment 6•13 years ago
|
||
Comment on attachment 683291 [details] [diff] [review]
patch
Review of attachment 683291 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry for the delay; I think I missed the bugmail for this.
Attachment #683291 -
Flags: review?(bugmail.mozilla) → review+
| Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 7•13 years ago
|
||
Keywords: checkin-needed
Comment 8•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 20
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•