Closed
Bug 915658
Opened 12 years ago
Closed 12 years ago
Add timestamp data to touch event logging
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(firefox24 wontfix, firefox25 wontfix, firefox26 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 wontfix, b2g-v1.1hd fixed)
RESOLVED
FIXED
mozilla26
People
(Reporter: mdas, Assigned: mdas)
References
Details
(Whiteboard: [c=power p= s= u=])
Attachments
(1 file, 1 obsolete file)
1.88 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
When we dispatch touch events, we detail the coordinates, but not the timestamp data. The timestamp is needed for getting performance numbers.
Assignee | ||
Comment 1•12 years ago
|
||
Prepends log lines with date
Attachment #803797 -
Flags: review?(jgriffin)
Assignee | ||
Comment 2•12 years ago
|
||
That last patch was silly.
Attachment #803797 -
Attachment is obsolete: true
Attachment #803797 -
Flags: review?(jgriffin)
Attachment #803807 -
Flags: review?(jgriffin)
Comment 3•12 years ago
|
||
Comment on attachment 803807 [details] [diff] [review]
add date
Review of attachment 803807 [details] [diff] [review]:
-----------------------------------------------------------------
::: testing/marionette/marionette-listener.js
@@ +283,5 @@
> mouseEventsOnly = false;
> }
>
> +/**
> + * Dump a logline to logcat. Prepends logline with a timestamp.
s/logcat/stdout (which happens to go to logcat on B2G device builds)
Attachment #803807 -
Flags: review?(jgriffin) → review+
Updated•12 years ago
|
Whiteboard: [c=power p= s= u=]
Assignee | ||
Comment 4•12 years ago
|
||
landed on inbound:
https://hg.mozilla.org/integration/mozilla-inbound/rev/62f6766d63b8
Comment 5•12 years ago
|
||
Assignee: nobody → mdas
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Assignee | ||
Updated•12 years ago
|
Whiteboard: [c=power p= s= u=] → [c=power p= s= u=][checkin-needed-b2g18]
Comment 6•12 years ago
|
||
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → affected
status-firefox24:
--- → wontfix
status-firefox25:
--- → wontfix
status-firefox26:
--- → fixed
Whiteboard: [c=power p= s= u=][checkin-needed-b2g18] → [c=power p= s= u=]
Comment 7•12 years ago
|
||
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•