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

[screengrab] Permission Issues on API > 21 #17006

Merged
merged 1 commit into from Aug 10, 2020

Conversation

Gregadeaux
Copy link
Contributor

Checklist

  • I've run bundle exec rspec from the root directory to see all new and existing tests pass
  • I've followed the fastlane code style and run bundle exec rubocop -a to ensure the code style is valid
  • I've read the Contribution Guidelines
  • I've updated the documentation if necessary.

Motivation and Context

Fixes #15788

Description

Added run-as to commands that are accessing the possible screenshots directories to avoid permission failures. Created an empty Android project using the "Basic Activity" template. Implemented the test case described in the Screenshots documentation that takes two screenshots. Tested on 2 emulators, one running Android 21 and one running Android 28.

Testing Steps

@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@Gregadeaux
Copy link
Contributor Author

@googlebot I signed it!

@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

Copy link
Member

@rogerluan rogerluan left a comment

Choose a reason for hiding this comment

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

This is a great fix! Clean solution for a problem affecting multiple users for a long time 💪

Copy link
Member

@joshdholtz joshdholtz left a comment

Choose a reason for hiding this comment

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

This is 🔥 Thanks, Greg! ❤️ You my hero

@joshdholtz joshdholtz merged commit e43c488 into fastlane:master Aug 10, 2020
@fastlane-bot
Copy link

Hey @Gregadeaux 👋

Thank you for your contribution to fastlane and congrats on getting this pull request merged 🎉
The code change now lives in the master branch, however it wasn't released to RubyGems yet.
We usually ship about once a week, and your PR will be included in the next one.

Please let us know if this change requires an immediate release by adding a comment here 👍
We'll notify you once we shipped a new release with your changes 🚀

Copy link

@fastlane-bot fastlane-bot left a comment

Choose a reason for hiding this comment

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

Congratulations! 🎉 This was released as part of fastlane 2.156.0 🚀

@Thangaraj-M
Copy link

@Gregadeaux @joshdholtz
Due to this change, there was error occurred when clearing existing screenshots in the device. So the screenshot taken in the previous run of same app is remain exist and those screenshots also pulled at the time of second run. Can you please check this?

It is occurred when using the device with API level 24

Error log is below
INFO [2020-08-31 14:25:22.87]: Cleaning screenshots on device
INFO [2020-08-31 14:25:22.90]: ▸ �[35mrun-as: Package '' is unknown�[0m
run-as: Package '
' is unknown
ERROR [2020-08-31 14:25:22.90]: �[31mExit status: 254�[0m
INFO [2020-08-31 14:25:22.92]: ▸ �[35mrun-as: Package '' is unknown�[0m
run-as: Package '
' is unknown
ERROR [2020-08-31 14:25:22.92]: �[31mExit status: 254�[0m
INFO [2020-08-31 14:25:22.94]: ▸ �[35mrun-as: Package '' is unknown�[0m
run-as: Package '
' is unknown
ERROR [2020-08-31 14:25:22.94]: �[31mExit status: 254�[0m
INFO [2020-08-31 14:25:22.97]: ▸ �[35mrun-as: Package '' is unknown�[0m
run-as: Package '
' is unknown
ERROR [2020-08-31 14:25:22.97]: �[31mExit status: 254�[0m
INFO [2020-08-31 14:25:22.99]: ▸ �[35mrun-as: Package '' is unknown�[0m
run-as: Package '
' is unknown
ERROR [2020-08-31 14:25:23.00]: �[31mExit status: 254�[0m

@joshdholtz
Copy link
Member

@Thangaraj-M Do you mind create a new separate issue for this so that we can track the fix separately? 😊 Thank you!

@Thangaraj-M
Copy link

@joshdholtz I have created new issue for this. #17119

@fastlane fastlane locked and limited conversation to collaborators Oct 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[screengrab] Permission denied on API level >= 24
6 participants