Add Context.getSystemServiceAs extension#3451
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #3451 +/- ##
===========================================
+ Coverage 72.13% 72.16% +0.03%
===========================================
Files 963 964 +1
Lines 35485 35497 +12
Branches 5906 5896 -10
===========================================
+ Hits 25595 25615 +20
+ Misses 8270 8265 -5
+ Partials 1620 1617 -3
🚀 New features to boost your workflow:
|
b715ffd to
293e652
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 293e652e32
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
The base branch was changed.
293e652 to
5f09bb2
Compare
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
The expected merge time in
|
What does this PR do?
Context.getSystemServiceAs<T>(name)indd-sdk-android-internaland migrates 13 call sites in core, internal, profiling, RUM, and
session-replay to use it.