Conversation
vonovak
added this pull request to stack #4421
September 16, 2026 13:06
This was referenced Sep 16, 2026
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #4418 +/- ##
==========================================
+ Coverage 72.30% 72.36% +0.06%
==========================================
Files 970 972 +2
Lines 46146 46219 +73
Branches 9906 9924 +18
==========================================
+ Hits 33363 33442 +79
+ Misses 11788 11783 -5
+ Partials 995 994 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
vonovak
force-pushed
the
codex/android-session-recording-poc
branch
from
September 17, 2026 08:39
5898c5c to
c5e8a2c
Compare
vonovak
marked this pull request as ready for review
September 17, 2026 15:15
vonovak
marked this pull request as draft
September 17, 2026 15:16
vonovak
removed this pull request from stack #4421
September 17, 2026 16:06
vonovak
marked this pull request as ready for review
September 17, 2026 16:06
vonovak
added this pull request to stack #4432
September 17, 2026 16:06
vonovak
force-pushed
the
codex/android-session-recording-poc
branch
from
September 18, 2026 08:09
2a49381 to
e4abd13
Compare
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01D29AEWN9ajZXbzobHUH4fF
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01D29AEWN9ajZXbzobHUH4fF
|
✅ Thank you for adding the changelog entry! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Upload Android session recordings through the existing screen-recording artifact contract so the website replays them next to automation events. Recording must outlive preview tunnels: closing or replacing a preview must not stop it, and upload must not delay automation cleanup.
How
DeviceSessionHostowns the process and the recording for the whole session. A preview is just a tunnel to it; closing a preview no longer stops the process.finishAsync()is terminal and idempotent. Agent Device, Appium, Argent and web-preview callers migrate; the old combined API is removed.Stack 1/6: this PR → #4420 → #4430 → #4431 → #4435 → #4441. Companion Hub PR: expo/expo-device-hub#112.
Rollout: publish the Hub release first. Recording needs exactly one booted emulator; otherwise the Hub starts without it and logs a warning. iOS recording steps are unchanged.
Test plan