Update android nightly application-services version bump to new version c6550f7557ddd422a27cf54ef46e87f53406f07e from 2024-05-01 05:03:00
Categories
(Fenix :: General, enhancement)
Tracking
(firefox127 fixed)
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: update-bot, Assigned: dmeehan)
Details
(Whiteboard: [3pl-filed][task_id: J1T1f3AGQy-7dkyeAD9cyg])
Attachments
(1 file)
This update covers 1 commits. Here are the overall diff statistics, and then the commit information.
mobile/android/android-components/plugins/dependencies/src/main/java/ApplicationServices.kt | 2 +-
mobile/android/android-components/plugins/dependencies/src/main/java/moz.yaml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
c6550f7557ddd422a27cf54ef46e87f53406f07e by Lina Butler <lina@yakshaving.ninja>
https://github.com/mozilla/application-services/commit/c6550f7557ddd422a27cf54ef46e87f53406f07e
Authored: 2024-04-29 15:49:51 -0700
Committed: 2024-04-30 04:54:07 +0000
fxa_client: Generalize incoming and outgoing command telemetry.
This commit refactors the FxA telemetry logic so that it no longer
assumes the only command we report is Send Tab. We'll use this to
report telemetry for the Close Tabs command separately.
This commit also adds default values for flow_id
and stream_id
to the SendTabPayload
binding, to prepare for its eventual removal.
Files Modified:
- components/fxa-client/src/fxa_client.udl
- components/fxa-client/src/internal/commands/send_tab.rs
- components/fxa-client/src/internal/send_tab.rs
- components/fxa-client/src/internal/telemetry.rs
- components/sync_manager/android/src/main/java/mozilla/appservices/syncmanager/SyncTelemetry.kt
- components/sync_manager/android/src/test/java/mozilla/appservices/syncmanager/SyncTelemetryTest.kt
Reporter | ||
Comment 1•10 months ago
|
||
J1T1f3AGQy-7dkyeAD9cyg |
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=8cd712d3660a6e93d30c5e91793fc34e62ed8656
Reporter | ||
Comment 2•10 months ago
|
||
Updated•10 months ago
|
Reporter | ||
Comment 3•10 months ago
|
||
E00JjRCGRHSCly8bM6JtXg |
The try push is done, we found jobs with unclassified failures.
Needs Investigation (Possible Intermittents):
- generate-profile-android-x86-shippable/opt - 1 of 1 failed (failed: ctj7A_6zTaK9w2dSaZHw0g)
These failures could mean that the library update changed something and caused
tests to fail. You'll need to review them yourself and decide where to go from here.
In either event, I have done all I can and you will need to take it from here. If you
don't want to land my patch, you can replicate it locally for editing with
./mach vendor mobile/android/android-components/plugins/dependencies/src/main/java/moz.yaml
When reviewing, please note that this is external code, which needs a full and
careful inspection - not a rubberstamp.
Assignee | ||
Updated•10 months ago
|
Comment 5•10 months ago
|
||
bugherder |
Description
•