Skip to content

fix: android race condition for snapshot dump#33

Merged
thymikee merged 4 commits into
mainfrom
fix/android-sdcard
Feb 9, 2026
Merged

fix: android race condition for snapshot dump#33
thymikee merged 4 commits into
mainfrom
fix/android-sdcard

Conversation

@thymikee
Copy link
Copy Markdown
Member

@thymikee thymikee commented Feb 9, 2026

Use streaming-first path (exec-out uiautomator dump /dev/tty) — avoids the file I/O race entirely on emulators that support it and fall back to file-based path — now uses plain runCmd (no allowFailure), so runCmd throws AppError with full details automatically on failure. No manual error construction needed.

@thymikee thymikee merged commit 8e88eb5 into main Feb 9, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant