Closed
Bug 1288838
Opened 9 years ago
Closed 9 years ago
Convert telemetry events to native methods
Categories
(Core Graveyard :: Widget: Android, defect, P3)
Tracking
(firefox51 fixed)
RESOLVED
FIXED
mozilla51
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: jchen, Assigned: jchen)
References
Details
Attachments
(3 files)
|
12.53 KB,
patch
|
snorp
:
review+
|
Details | Diff | Splinter Review |
|
7.61 KB,
patch
|
jchen
:
review+
|
Details | Diff | Splinter Review |
|
14.68 KB,
patch
|
snorp
:
review+
|
Details | Diff | Splinter Review |
Convert telemetry events in GeckoEvent to native method calls in Telemetry.java.
| Assignee | ||
Comment 1•9 years ago
|
||
Add and use native method calls in Telemetry.java to replace the
telemetry events in GeckoEvent.
Attachment #8775191 -
Flags: review?(snorp)
| Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8775192 -
Flags: review+
| Assignee | ||
Comment 3•9 years ago
|
||
Remove the now-obsolete telemetry events from GeckoEvent.
Attachment #8775193 -
Flags: review?(snorp)
Comment on attachment 8775191 [details] [diff] [review]
Add telemetry native methods to Android telemetry module (v1)
Review of attachment 8775191 [details] [diff] [review]:
-----------------------------------------------------------------
::: widget/android/Telemetry.h
@@ +14,5 @@
> +
> +namespace mozilla {
> +namespace widget {
> +
> +class Telemetry final
This is a lot of code in a header, but maybe not as bad an offender as previous native helper classes :)
Attachment #8775191 -
Flags: review?(snorp) → review+
Attachment #8775193 -
Flags: review?(snorp) → review+
Updated•9 years ago
|
Priority: -- → P3
Pushed by nchen@mozilla.com:
https://hg.mozilla.org/integration/fx-team/rev/9a90e9fe5bf1
Add telemetry native methods to Android telemetry module; r=snorp
https://hg.mozilla.org/integration/fx-team/rev/d404ad0723c0
Update auto-generated bindings; r=me
https://hg.mozilla.org/integration/fx-team/rev/388d4af4b1b1
Remove telemetry events from GeckoEvent; r=snorp
Pushed by nchen@mozilla.com:
https://hg.mozilla.org/integration/fx-team/rev/2d03d12d868b
Follow-up to fix checkstyle error; r=me
Comment 7•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9a90e9fe5bf1
https://hg.mozilla.org/mozilla-central/rev/d404ad0723c0
https://hg.mozilla.org/mozilla-central/rev/388d4af4b1b1
https://hg.mozilla.org/mozilla-central/rev/2d03d12d868b
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•