Closed
Bug 1008645
Opened 11 years ago
Closed 11 years ago
Add UI telemetry for First-run
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox31 verified, firefox32 verified)
VERIFIED
FIXED
Firefox 32
People
(Reporter: mfinkle, Unassigned)
References
Details
Attachments
(1 file)
2.88 KB,
patch
|
bnicholson
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
This patch adds a "firstrun" Session by using some existing checks in GeckoProfile. We only want "firstrun" for the very first-run and not for any new profile, or even for Guest Browsing (which is also a new profile).
The patch uses the presence of a fully created profiles.ini file to act as the check. There might be other ways, but this seems to work. If there is a better way, please let me know.
If the user chooses to "Clear Data" using the Android "App" settings, we will have a "firstrun" again.
Attachment #8420610 -
Flags: review?(bnicholson)
Updated•11 years ago
|
Attachment #8420610 -
Attachment is patch: true
Comment 1•11 years ago
|
||
Comment on attachment 8420610 [details] [diff] [review]
uitelemetry-firstrun v0.1
Review of attachment 8420610 [details] [diff] [review]:
-----------------------------------------------------------------
Nice, this should be useful data.
Attachment #8420610 -
Flags: review?(bnicholson) → review+
Reporter | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 32
Reporter | ||
Comment 4•11 years ago
|
||
Comment on attachment 8420610 [details] [diff] [review]
uitelemetry-firstrun v0.1
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined: We want to do before and after testing with telemetry
Testing completed (on m-c, etc.): Works on m-c
Risk to taking this patch (and alternatives if risky): low
String or IDL/UUID changes made by this patch: none
Attachment #8420610 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
status-firefox31:
--- → affected
status-firefox32:
--- → fixed
Updated•11 years ago
|
Attachment #8420610 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Reporter | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Verified as fixed in builds:
32.0a1 (2014-05-27);
31.0a2 (2014-05-27);
Device: Samsung Galaxy Nexus (Android 4.2.1)
Reporter | ||
Updated•10 years ago
|
Blocks: mobile-ui-telemetry
Assignee | ||
Updated•4 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
•