Closed
Bug 1129042
Opened 11 years ago
Closed 11 years ago
[Loop][Telemetry] "numberTimesIJoined" isn't reporting correctly.
Categories
(Firefox OS Graveyard :: Gaia::Loop, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: lolimartinezcr, Assigned: macajc)
Details
(Whiteboard: [Room1.1.1_TestRun2][In 1.1.1][loop approved for 1.1.1])
Attachments
(1 file)
Fire E 2.0
Loop 1.1.1/d4d66d37
Prerequistes:
User A logged in Mobile Loop application.
User A has 2 rooms owner and 1 invited room in room list.
Period of time between telemetry traces (1 min)
STRs:
1. User A taps on invited room.
2. User A leaves on invited room.
3. User A taps on invited room.
4. User A leaves on invited room.
Expected result:
Hope telemetry trace
Telemetry trace is:
"numberTimesIJoined":{"0":2,"2":1}
Actual result:
Hope telemetry trace
Telemetry trace is:
"numberTimesIJoined":{"0":3}
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [Room1.1.1_TestRun2]
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → carmen.jimenezcabezas
| Assignee | ||
Comment 1•11 years ago
|
||
This count is not going to be correct in all cases because when a room is used in two mobiles (owner and peer-another user) we're going to count two visits to the room, but when the room is used by a mobile user and a desktop user we will count only one visit to the room.
This was why we agreed with products guys we're only going to count owners join in each phone.
Anyway I'll wait for product team
Flags: needinfo?(jorge.munuera)
| Assignee | ||
Comment 2•11 years ago
|
||
After we talked with products team, let's count joins both owner and guest room
| Assignee | ||
Updated•11 years ago
|
Attachment #8559232 -
Flags: review?(amac.bug)
Comment 3•11 years ago
|
||
Comment on attachment 8559232 [details] [review]
V1 Proposed patch
LGTM, thank you!
Attachment #8559232 -
Flags: review?(amac.bug) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
https://github.com/mozilla-b2g/firefoxos-loop-client/commit/065b2aed8e84b27d518b46996d5ed171ab1488b6
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 5•11 years ago
|
||
Carmen, please, can you uplift the patch to 1.1.1 branch?
Thanks a lot!
Flags: needinfo?(carmen.jimenezcabezas)
Whiteboard: [Room1.1.1_TestRun2] → [Room1.1.1_TestRun2][Not in 1.1.1][loop approved for 1.1.1]
| Assignee | ||
Comment 6•11 years ago
|
||
Uplift commit:
https://github.com/mozilla-b2g/firefoxos-loop-client/commit/ebe4a8d9e7e3eec400ee4717ea62796ea01f7a37
Flags: needinfo?(carmen.jimenezcabezas)
Updated•11 years ago
|
Whiteboard: [Room1.1.1_TestRun2][Not in 1.1.1][loop approved for 1.1.1] → [Room1.1.1_TestRun2][In 1.1.1][loop approved for 1.1.1]
Comment 7•11 years ago
|
||
Verified on fireE, v2.0 comercial version.
Loop version 1.1.1/253ebde
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(jorge.munuera)
You need to log in
before you can comment on or make changes to this bug.
Description
•