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 screenrecord to adb commands #340

Merged
merged 4 commits into from
Jul 28, 2018

Conversation

mykola-mokhnach
Copy link
Contributor

I assume it would be smarter to wrap this command here up for further usage in appium/appium-android-driver#399

cmd.push('--bugreport');
}
cmd.push(destination);
return new SubProcess(this.executable.path, [
Copy link
Member

Choose a reason for hiding this comment

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

we're intentionally just returning the process obj and not starting it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, we need full control over it. See https://github.com/appium/appium-android-driver/pull/399/files for more details

@mykola-mokhnach mykola-mokhnach merged commit 1670905 into appium:master Jul 28, 2018
@mykola-mokhnach mykola-mokhnach deleted the screenrecord branch July 28, 2018 08:24
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.

3 participants