Closed
Bug 1014283
Opened 11 years ago
Closed 11 years ago
Finish BrowserHealthRecorder initialization after distribution processing
Categories
(Firefox for Android Graveyard :: Data Providers, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 32
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
Attachments
(1 file, 1 obsolete file)
|
2.31 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
Rather than poking at the distribution directly, relying on order of execution, we should wait until it's loaded!
| Assignee | ||
Comment 1•11 years ago
|
||
Nice and simple.
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8426621 -
Attachment is obsolete: true
| Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8426716 [details] [diff] [review]
Finish BrowserHealthRecorder initialization after distribution processing.
I want to land this alongside Bug 1014242, so I guess I should get it reviewed!
I've tested this locally, and some builds have gone through Try with this patch.
Attachment #8426716 -
Flags: review?(margaret.leibovic)
Comment 4•11 years ago
|
||
Comment on attachment 8426716 [details] [diff] [review]
Finish BrowserHealthRecorder initialization after distribution processing.
Review of attachment 8426716 [details] [diff] [review]:
-----------------------------------------------------------------
Looks like an improvement.
::: mobile/android/base/health/BrowserHealthRecorder.java
@@ -524,5 @@
> this.profileCache.setAppLocale(appLocale);
>
> // Because the distribution lookup can take some time, do it at the end of
> // our background startup work, along with the Gecko snapshot fetch.
> - final GeckoEventListener self = this;
Happy to see this line go.
Attachment #8426716 -
Flags: review?(margaret.leibovic) → review+
| Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 32
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
•