-
Notifications
You must be signed in to change notification settings - Fork 285
Update Android Scenario Startup Flow #2219
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
Merged
LoopedBard3
merged 14 commits into
dotnet:main
from
LoopedBard3:MinimalChangeStartupADB
Jan 31, 2022
Merged
Update Android Scenario Startup Flow #2219
LoopedBard3
merged 14 commits into
dotnet:main
from
LoopedBard3:MinimalChangeStartupADB
Jan 31, 2022
Conversation
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
…ee if that fixes the stall issue.
DrewScoggins
approved these changes
Jan 31, 2022
Member
DrewScoggins
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Member
Author
|
Errors are unrelated, merging |
LoopedBard3
added a commit
to LoopedBard3/performance
that referenced
this pull request
Feb 1, 2022
* Merge new way to do test with old format for calling adb, etc. * Make sure the screen is on, if not, turn it on so the class can actually be started. * Make sure the screen is unlocked. * Add automatic dismissal of permission warnings for the HelloAndroid test program. * First attempt at including time parsing and uploads. * Try using adb install. * Try running an adb command before the main XHarness install call to see if that fixes the stall issue. * Change android adb to call that works for this xharness version. * Cleanup for PR. * Remove the unnecessary exit-code. * Add explanation of the regex and the data it saves
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.
Update the Android Scenario Startup Flow to use adb instead of test runners for more accurate startup times and the ability to test start up to first drawn frame on any apk. This effort is part of #2075 as it more easily enables the ability for Maui app testing.