Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Starboard thread_sampler APIs to Android #2689

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

aelzeiny
Copy link
Contributor

@aelzeiny aelzeiny commented Mar 23, 2024

Swaps Starboard's thread_sampler APIs for Android TV from stub to shared implementations (//starboard/shared/stub/thread_sampler_* to //starboard/shared/pthread/thread_sampler_*).

Tested on Android TV (x64), Google TV Emulator (arm64), and a real Google TV device (arm).

Test-On-Device: true

b/330564529

Change-Id: Ifb64271ced9df64cce67ad3e545fe8a59fe813c1
@aelzeiny aelzeiny changed the title Add Starboard thread_sampler APIs to AndroidTV. Add Starboard thread_sampler APIs to Android Mar 23, 2024
Copy link

codecov bot commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.90%. Comparing base (307668a) to head (10380f8).
Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2689      +/-   ##
==========================================
+ Coverage   58.27%   58.90%   +0.63%     
==========================================
  Files        1795     1812      +17     
  Lines       84862    87479    +2617     
==========================================
+ Hits        49450    51533    +2083     
- Misses      35412    35946     +534     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@zhongqiliang zhongqiliang left a comment

Choose a reason for hiding this comment

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

@zhongqiliang
Copy link
Contributor

Please wait for x86 on device tests to be verified.

Copy link
Member

@kaidokert kaidokert left a comment

Choose a reason for hiding this comment

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

looks ready to land

@aelzeiny
Copy link
Contributor Author

Merging

@aelzeiny aelzeiny merged commit 7984c7a into youtube:main Mar 26, 2024
721 of 725 checks passed
@aelzeiny aelzeiny added the cp-24.lts.1+ Cherry Pick to the 24.lts.1+ branch label Mar 26, 2024
cobalt-github-releaser-bot pushed a commit that referenced this pull request Mar 26, 2024
Swaps Starboard's thread_sampler APIs for Android TV from stub to shared
implementations (`//starboard/shared/stub/thread_sampler_*` to
`//starboard/shared/pthread/thread_sampler_*`).

Tested on Android TV (x64), Google TV Emulator (arm64), and a real
Google TV device (arm).

Test-On-Device: true

b/330564529

Co-authored-by: Ahmed Elzeiny <[email protected]>
(cherry picked from commit 7984c7a)
aelzeiny added a commit that referenced this pull request Mar 27, 2024
…2721)

Refer to the original PR: #2689

Swaps Starboard's thread_sampler APIs for Android TV from stub to shared
implementations (`//starboard/shared/stub/thread_sampler_*` to
`//starboard/shared/pthread/thread_sampler_*`).

Tested on Android TV (x64), Google TV Emulator (arm64), and a real
Google TV device (arm).

Test-On-Device: true

b/330564529

Co-authored-by: Ahmed Elzeiny <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cp-24.lts.1+ Cherry Pick to the 24.lts.1+ branch on_device
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants