Skip to content

Run the tests on latest android emulators#4868

Merged
gosha212 merged 8 commits intomasterfrom
feature/4867-android-migrate-the-tests-to-android-16
Dec 24, 2025
Merged

Run the tests on latest android emulators#4868
gosha212 merged 8 commits intomasterfrom
feature/4867-android-migrate-the-tests-to-android-16

Conversation

@gosha212
Copy link
Copy Markdown
Contributor

@gosha212 gosha212 commented Nov 3, 2025

Description

In this pull request, I have …


For features/enhancements:

  • I have added/updated the relevant references in the documentation files.

For API changes:

  • I have made the necessary changes in the types index file.

@gosha212 gosha212 linked an issue Nov 3, 2025 that may be closed by this pull request
@stale
Copy link
Copy Markdown

stale bot commented Dec 17, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Thank you for your contributions.
For more information on bots in this repository, read this discussion.

@stale stale bot added the 🏚 stale label Dec 17, 2025
@gosha212 gosha212 self-assigned this Dec 21, 2025
@Suppress("UNCHECKED_CAST")
val insts = instsField.get(null) as java.util.concurrent.ConcurrentHashMap<String, Any>

val name = String.format(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a suggestion that might help reduce the coupling to the implementation -
instead of reverse-engineering the name, iterate the map keys and look for the looper thread id

@gosha212 gosha212 enabled auto-merge December 24, 2025 14:27
@gosha212 gosha212 merged commit 345dc69 into master Dec 24, 2025
1 check 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.

Android: Migrate the tests to Android 16

2 participants