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

support reboot parameter for android #180

Merged
merged 1 commit into from
Sep 12, 2016

Conversation

alizelzele
Copy link
Contributor

If reboot option activated (will link pull request for that soon), it will always wipe data of emulator on start, and close emulator at the end.
It also use device name and platform version to create avd name, if it is not defined.

Android emulator sometimes get stuck if it is started for a long time without activity, and will not respond to any adb command, even if we kill adb-server, this update will kill emulator after session and wipe it on start to reduce the risk of this problem on production. the issue was already created about it. #167

log.info('avd name defined, ignoring device name and platform version');
} else {
if (!caps.deviceName) {
log.errorAndThrow('avd or deviceName should be specified when reboot option is enables');
Copy link
Contributor

Choose a reason for hiding this comment

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

enabled

@imurchie
Copy link
Contributor

imurchie commented Sep 9, 2016

This looks good to me, though I would prefer to have the logic pulled out into an appropriately-named method, for clarity.

If reboot option activated, it will always wipe data of emulator on start, and close emulator at the end,
It also use device name and platform version to create avd name, if it is not defined.
@alizelzele
Copy link
Contributor Author

@imurchie Divided reboot code into two method, and fixed typo.

@imurchie
Copy link
Contributor

Looks good to me! Thanks for this!

@imurchie imurchie merged commit 9b59a96 into appium:master Sep 12, 2016
@imurchie
Copy link
Contributor

Published in [email protected].

@alizelzele alizelzele deleted the reboot-emulator branch October 9, 2016 09:25
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.

2 participants